This commit is contained in:
Tom
2025-12-26 10:19:00 +08:00

View File

@@ -165,6 +165,18 @@ export const constantRoutes = [
} }
] ]
} }
// {
// path: '/testModule',
// component: Layout,
// children: [
// {
// path: 'index',
// component: () => import('@/views/testModule/index'),
// name: 'TestModule',
// meta: { title: '测试模块', icon: 'component', titleKey: 'menu.testModule' }
// }
// ]
// }
] ]
const router = createRouter({ const router = createRouter({