From 59ae60f719e35c509ca9dc4c1ce33c7de283915b Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Tue, 15 Jul 2025 15:16:03 +0800
Subject: [PATCH] 1

---
 src/router/index.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/router/index.js b/src/router/index.js
index 84d3d15..92749df 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -6,7 +6,7 @@
   {
     path: '/',
     children: [
-      { path: '', redirect: '/quotes' },
+      { path: '', redirect: '/news/index' },
       {
         path: '/login',
         name: 'Login',

--
Gitblit v1.9.3