提交基础页面
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
const routes = [
|
||||
{
|
||||
path: '/permission',
|
||||
name: '',
|
||||
component: () => import('../../views/Layout.vue'),
|
||||
children: [
|
||||
{
|
||||
path: 'step1',
|
||||
name: 'urlIndex',
|
||||
component: () => import('../../views/permissionApplication/launch'),
|
||||
meta: {
|
||||
crumb: ['权限申请']
|
||||
}
|
||||
},
|
||||
{
|
||||
path: 'step2',
|
||||
name: 'urlIndex',
|
||||
component: () => import('../../views/permissionApplication/launch'),
|
||||
meta: {
|
||||
crumb: ['权限申请']
|
||||
}
|
||||
},
|
||||
{
|
||||
path: 'step3',
|
||||
name: 'urlIndex',
|
||||
component: () => import('../../views/permissionApplication/launch'),
|
||||
meta: {
|
||||
crumb: ['权限申请']
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
export default routes
|
||||
Reference in New Issue
Block a user