标准评估流程开发
This commit is contained in:
@@ -565,6 +565,33 @@ const routes = [
|
||||
title: '标准合规评估流程'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/bzpgStep6',
|
||||
name: 'bzpgStep6',
|
||||
component: () => import('@/pages/processCenter/pages/creatProcess/bzpg/step6.vue'),
|
||||
meta: {
|
||||
requireAuth: true,
|
||||
title: '标准合规评估流程'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/bzpgStep7',
|
||||
name: 'bzpgStep7',
|
||||
component: () => import('@/pages/processCenter/pages/creatProcess/bzpg/step7.vue'),
|
||||
meta: {
|
||||
requireAuth: true,
|
||||
title: '标准合规评估流程'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/bzpgStep8',
|
||||
name: 'bzpgStep8',
|
||||
component: () => import('@/pages/processCenter/pages/creatProcess/bzpg/step8.vue'),
|
||||
meta: {
|
||||
requireAuth: true,
|
||||
title: '标准合规评估流程'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/xmpgStep1',
|
||||
name: 'xmpgStep1',
|
||||
|
||||
Reference in New Issue
Block a user