From e4ce4a1e99c868db11f90d4d59962274236aef0c Mon Sep 17 00:00:00 2001 From: git_rabbit Date: Thu, 25 Dec 2025 14:30:31 +0800 Subject: [PATCH] =?UTF-8?q?refactor(router):=20=E7=A7=BB=E9=99=A4=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E6=A8=A1=E5=9D=97=E8=B7=AF=E7=94=B1=E5=B9=B6=E6=B3=A8?= =?UTF-8?q?=E9=87=8A=E7=9B=B8=E5=85=B3=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 4cf9e75..7d4e6e8 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -164,19 +164,19 @@ export const constantRoutes = [ meta: { title: '个人中心', icon: 'user', titleKey: 'menu.personalCenter' } } ] - }, - { - path: '/testModule', - component: Layout, - children: [ - { - path: 'index', - component: () => import('@/views/testModule/index'), - name: 'TestModule', - meta: { title: '测试模块', icon: 'component', titleKey: 'menu.testModule' } - } - ] } + // { + // path: '/testModule', + // component: Layout, + // children: [ + // { + // path: 'index', + // component: () => import('@/views/testModule/index'), + // name: 'TestModule', + // meta: { title: '测试模块', icon: 'component', titleKey: 'menu.testModule' } + // } + // ] + // } ] const router = createRouter({