From b3b10f35bb54e3461543332381f85f7e975b725d Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期三, 23 七月 2025 15:49:22 +0800 Subject: [PATCH] 测试完成 --- src/router/index.js | 30 +++++++++++++++--------------- 1 files changed, 15 insertions(+), 15 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 6f4d0f9..b7f1f76 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -52,12 +52,12 @@ hidden: true }, { - path: '/wt', + path: '/wxsf/wt', component: () => import('@/views/outsideChainwtnew'), hidden: true }, { - path: '/xj', + path: '/wxsf/xj', component: () => import('@/views/outsideChainxjnew'), hidden: true }, @@ -96,19 +96,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