中自120汇一
This commit is contained in:
@ -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 }
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user