This commit is contained in:
雷欧(林平凡)
2025-09-19 17:03:08 +08:00
parent 29df75d58d
commit e060b235dc
2 changed files with 1 additions and 111 deletions

View File

@@ -64,15 +64,7 @@ export const constantRoutes = [
{
path: '',
component: Layout,
redirect: '/sloworder/index',
children: [
{
path: 'index',
component: () => import('@/views/index'),
name: 'Index',
meta: { title: '首页', icon: 'dashboard', affix: true }
}
]
redirect: '/sloworder/index'
},
{
path: '/user',