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 | 89 +++++++++++++++++++++++++++++++------------- 1 files changed, 62 insertions(+), 27 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 4e05b6d..4ccc2b8 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -47,6 +47,41 @@ hidden: true }, { + path: '/sf', + component: () => import('@/views/outsideChainnew'), + hidden: true + }, + { + path: '/wxsf/wt', + component: () => import('@/views/outsideChainwtnew'), + hidden: true + }, + { + path: '/xj', + component: () => import('@/views/outsideChainxjnew'), + hidden: true + }, + { + path: '/outsideChain', + component: () => import('@/views/outsideChain'), + hidden: true + }, + { + path: '/outsideChainwt', + component: () => import('@/views/outsideChainwt'), + hidden: true + }, + { + path: '/outsideChainxj', + component: () => import('@/views/outsideChainxj'), + hidden: true + }, + { + path: '/previews', + component: () => import('@/views/previews'), + hidden: true + }, + { path: '/register', component: () => import('@/views/register'), hidden: true @@ -61,33 +96,33 @@ 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: '/user', - component: Layout, - hidden: true, - redirect: 'noredirect', - children: [ - { - path: 'profile', - component: () => import('@/views/system/user/profile/index'), - name: 'Profile', - meta: { title: '涓汉涓績', icon: 'user' } - } - ] - } + // { + // path: '', + // component: Layout, + // redirect: 'index', + // children: [ + // { + // path: 'index', + // component: () => import('@/views/index'), + // name: 'Index', + // meta: { title: '棣栭〉', icon: 'dashboard', affix: true } + // } + // ] + // }, + // { + // 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