评估流程2
This commit is contained in:
@@ -339,6 +339,24 @@ const routes = [
|
||||
title: '项目合规评估流程'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/xmpg2Step1',
|
||||
name: 'xmpg2Step1',
|
||||
component: () => import('@/pages/processCenter/pages/creatProcess/xmpg2/step1.vue'),
|
||||
meta: {
|
||||
requireAuth: true,
|
||||
title: '项目合规评估流程-项目'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/xmpg2Step2',
|
||||
name: 'xmpg2Step2',
|
||||
component: () => import('@/pages/processCenter/pages/creatProcess/xmpg2/step2.vue'),
|
||||
meta: {
|
||||
requireAuth: true,
|
||||
title: '项目合规评估流程-项目'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/wfhxzgStep1',
|
||||
name: 'wfhxzgStep1',
|
||||
|
||||
Reference in New Issue
Block a user