修改发起流程
This commit is contained in:
@@ -5,7 +5,7 @@ const routes = [
|
||||
component: () => import('../../views/Layout.vue'),
|
||||
children: [
|
||||
{
|
||||
path: 'step1',
|
||||
path: 'launch',
|
||||
name: 'urlIndex',
|
||||
component: () => import('../../views/permissionApplication/launch'),
|
||||
meta: {
|
||||
@@ -13,15 +13,7 @@ const routes = [
|
||||
}
|
||||
},
|
||||
{
|
||||
path: 'step2',
|
||||
name: 'urlIndex',
|
||||
component: () => import('../../views/permissionApplication/examine'),
|
||||
meta: {
|
||||
crumb: ['权限申请']
|
||||
}
|
||||
},
|
||||
{
|
||||
path: 'step3',
|
||||
path: 'examine',
|
||||
name: 'urlIndex',
|
||||
component: () => import('../../views/permissionApplication/examine'),
|
||||
meta: {
|
||||
|
||||
Reference in New Issue
Block a user