This commit is contained in:
宋伟佳
2021-07-08 17:04:20 +08:00
parent 51ac4e8453
commit b117f49a63
7 changed files with 62 additions and 42 deletions
+9 -9
View File
@@ -276,15 +276,6 @@ const routes = [
title: '标准清单发布/更新流程'
}
},
{
path: '/wfhxzgStep1',
name: 'wfhxzgStep1',
component: () => import('@/pages/processCenter/pages/creatProcess/wfhxzg/step1.vue'),
meta: {
requireAuth: true,
title: '未符合项整改流程'
}
},
{
path: '/xmpgStep1',
name: 'xmpgStep1',
@@ -294,6 +285,15 @@ const routes = [
title: '项目合规评估流程'
}
},
{
path: '/wfhxzgStep1',
name: 'wfhxzgStep2',
component: () => import('@/pages/processCenter/pages/creatProcess/wfhxzg/step1.vue'),
meta: {
requireAuth: true,
title: '未符合项整改发布/更新流程'
}
},
{
path: '/wfhxzgStep2',
name: 'wfhxzgStep2',