This commit is contained in:
zhutianqi
2021-12-14 13:56:06 +08:00
parent 7101b40775
commit ccb6d62df7
7 changed files with 1611 additions and 384 deletions
+18
View File
@@ -1129,6 +1129,24 @@ const routes = [
title: '标准征求意见流程'
}
},
{
path: '/bzzqyjStep4-1',
name: 'bzzqyjStep4-1',
component: () => import('@/pages/processCenter/pages/creatProcess/bzzqyj/step4-1.vue'),
meta: {
requireAuth: true,
title: '标准征求意见流程'
}
},
{
path: '/bzzqyjStep4-2',
name: 'bzzqyjStep4-2',
component: () => import('@/pages/processCenter/pages/creatProcess/bzzqyj/step4-2.vue'),
meta: {
requireAuth: true,
title: '标准征求意见流程'
}
},
{
path: '/bzzqyjStep5',
name: 'bzzqyjStep5',