This commit is contained in:
zhutianqi
2021-12-07 10:06:45 +08:00
parent c887ad7b3b
commit fd449a232f
5 changed files with 908 additions and 4 deletions
+20
View File
@@ -1248,6 +1248,26 @@ const routes = [
title: '标准调研流程'
}
},
{
path: '/phoneBzdyStep8',
name: 'phoneBzdyStep8',
component: () => import('@/pages/processCenter/pages/phone/bzdy/step8.vue'),
meta: {
isBoolean: true,
requireAuth: true,
title: '标准调研流程'
}
},
{
path: '/phoneBzdyStep9',
name: 'phoneBzdyStep9',
component: () => import('@/pages/processCenter/pages/phone/bzdy/step9.vue'),
meta: {
isBoolean: true,
requireAuth: true,
title: '标准调研流程'
}
},
{
path: '/bzdyStep1-9',
name: 'bzdyStep1-9',