From 03d20b477c2d5a4c6a2169d3df932d42b62ca6eb Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期一, 16 六月 2025 17:49:40 +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..4ccc2b8 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -52,7 +52,7 @@ hidden: true }, { - path: '/wt', + path: '/wxsf/wt', component: () => import('@/views/outsideChainwtnew'), hidden: true }, @@ -109,20 +109,20 @@ // } // ] // }, - { - path: '/user', - component: Layout, - hidden: true, - redirect: 'noredirect', - children: [ - { - path: 'profile', - component: () => import('@/views/system/user/profile/index'), - name: 'Profile', - meta: { title: '涓汉涓績', icon: 'user' } - } - ] - } + // { + // path: '/user', + // component: Layout, + // hidden: true, + // redirect: 'noredirect', + // children: [ + // { + // path: 'profile', + // component: () => import('@/views/system/user/profile/index'), + // name: 'Profile', + // meta: { title: '涓汉涓績', icon: 'user' } + // } + // ] + // } ] // 鍔ㄦ�佽矾鐢憋紝鍩轰簬鐢ㄦ埛鏉冮檺鍔ㄦ�佸幓鍔犺浇 -- Gitblit v1.9.3