中自120汇一

This commit is contained in:
Shang Chen
2025-07-08 09:35:45 +08:00
parent 5446088524
commit a6e38185b5
9 changed files with 3584 additions and 0 deletions

View File

@ -99,6 +99,18 @@ export const constantRoutes = [
}
]
},
{
path: '/dashboard-zhongzi',
component: Layout,
children: [
{
path: 'dashboard-zhongzi',
component: () => import('@/views/dashboard-zhongzi/index.vue'),
name: 'dashboard-zhongzi',
meta: { title: 'dashboard-zhongzi', icon: 'dashboard', affix: true }
}
]
},
{ path: '*', redirect: '/404', hidden: true }
]