From c87c46af739fe4b06d9b68c41f423f58817a4596 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期三, 08 一月 2025 15:08:30 +0800 Subject: [PATCH] 外链独立 --- src/router/index.js | 91 +++++++++++++++++++++++++++++---------------- 1 files changed, 58 insertions(+), 33 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index d6cc56b..49dc6e2 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -41,9 +41,24 @@ } ] }, + // { + // path: '/login', + // component: () => import('@/views/login'), + // hidden: true + // }, { - path: '/login', - component: () => import('@/views/login'), + path: '/sf', + component: () => import('@/views/outsideChainnew'), + hidden: true + }, + { + path: '/wt', + component: () => import('@/views/outsideChainwtnew'), + hidden: true + }, + { + path: '/xj', + component: () => import('@/views/outsideChainxjnew'), hidden: true }, { @@ -52,15 +67,25 @@ hidden: true }, { - path: '/previews', - component: () => import('@/views/previews'), + path: '/outsideChainwt', + component: () => import('@/views/outsideChainwt'), hidden: true }, { - path: '/register', - component: () => import('@/views/register'), + path: '/outsideChainxj', + component: () => import('@/views/outsideChainxj'), hidden: true }, + // { + // path: '/previews', + // component: () => import('@/views/previews'), + // hidden: true + // }, + // { + // path: '/register', + // component: () => import('@/views/register'), + // hidden: true + // }, { path: '/404', component: () => import('@/views/error/404'), @@ -71,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