This commit is contained in:
zhutianqi
2021-12-22 19:22:04 +08:00
parent 6c81faa6cb
commit 50c71305d7
9 changed files with 1706 additions and 12 deletions
+38 -4
View File
@@ -1220,13 +1220,44 @@ const routes = [
title: '标准调研流程'
}
},
{
path: '/phoneBzzqyjStep2',
name: 'phoneBzzqyjStep2',
component: () => import('@/pages/processCenter/pages/phone/bzzqyj/step2.vue'),
meta: {
isBoolean: true,
requireAuth: true,
title: '标准征求意见流程'
}
},
{
path: '/phoneBzzqyjStep4-1',
name: 'phoneBzzqyjStep4-1',
component: () => import('@/pages/processCenter/pages/phone/bzzqyj/step4-1.vue'),
meta: {
isBoolean: true,
requireAuth: true,
title: '标准征求意见流程'
}
},
{
path: '/phoneBzzqyjStep4-2',
name: 'phoneBzzqyjStep4-2',
component: () => import('@/pages/processCenter/pages/phone/bzzqyj/step4-2.vue'),
meta: {
isBoolean: true,
requireAuth: true,
title: '标准征求意见流程'
}
},
{
path: '/phoneBzzqyjStep6',
name: 'phoneBzzqyjStep6',
component: () => import('@/pages/processCenter/pages/phone/bzzqyj/step6.vue'),
meta: {
isBoolean: true,
requireAuth: true,
title: '标准调研流程'
title: '标准征求意见流程'
}
},
{
@@ -1234,8 +1265,9 @@ const routes = [
name: 'phoneBzzqyjStep7',
component: () => import('@/pages/processCenter/pages/phone/bzzqyj/step7.vue'),
meta: {
isBoolean: true,
requireAuth: true,
title: '标准调研流程'
title: '标准征求意见流程'
}
},
{
@@ -1243,8 +1275,9 @@ const routes = [
name: 'phoneBzzqyjStep8',
component: () => import('@/pages/processCenter/pages/phone/bzzqyj/step8.vue'),
meta: {
isBoolean: true,
requireAuth: true,
title: '标准调研流程'
title: '标准征求意见流程'
}
},
{
@@ -1252,8 +1285,9 @@ const routes = [
name: 'phoneBzzqyjStep9',
component: () => import('@/pages/processCenter/pages/phone/bzzqyj/step9.vue'),
meta: {
isBoolean: true,
requireAuth: true,
title: '标准调研流程'
title: '标准征求意见流程'
}
},
{