From 7d8067a4e7fb3f7baba587f4b5e391097a8cb2e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9C=E7=AC=99=E6=AD=8C?= <2277317060@qq.com> Date: Tue, 26 Aug 2025 11:31:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=87=AA=E5=AE=9A=E4=B9=89?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 02f1d0f..c4edb30 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -14,8 +14,7 @@ export default new Router({ // }, { path: '/', - component: Layout, - redirect: '/test', + component: Layout, redirect: '/index', children: [ { path: 'test', component: () => import('@/views/page/index.vue'),