From 9c2d5e38508be3657b96428481f1c96127130a0b Mon Sep 17 00:00:00 2001 From: WXL (wul) <wl_5969728@163.com> Date: 星期三, 27 八月 2025 09:31:53 +0800 Subject: [PATCH] 测试完成 --- src/router/index.js | 31 ++++++++++++++++++------------- 1 files changed, 18 insertions(+), 13 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 6f4d0f9..6a10307 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -62,6 +62,11 @@ hidden: true }, { + path: '/satisfaction', + component: () => import('@/views/satisfaction'), + hidden: true + }, + { path: '/outsideChain', component: () => import('@/views/outsideChain'), hidden: true @@ -96,19 +101,19 @@ component: () => import('@/views/error/401'), hidden: true }, - // { - // path: '', - // component: Layout, - // redirect: 'index', - // children: [ - // { - // path: 'index', - // component: () => import('@/views/index'), - // name: 'Index', - // meta: { title: '棣栭〉', icon: 'dashboard', affix: true } - // } - // ] - // }, + { + path: '', + component: Layout, + redirect: 'index', + children: [ + { + path: 'index', + component: () => import('@/views/index'), + name: 'Index', + meta: { title: '棣栭〉', icon: 'dashboard', affix: true } + } + ] + }, { path: '/user', component: Layout, -- Gitblit v1.9.3