This commit is contained in:
zhutianqi
2021-07-05 17:59:07 +08:00
parent bb0f02f730
commit 99d49f3ccd
4 changed files with 483 additions and 12 deletions
+9
View File
@@ -312,6 +312,15 @@ const routes = [
title: '标准调研流程'
}
},
{
path: '/bzdyStep2',
name: 'bzdyStep2',
component: () => import('@/pages/processCenter/pages/creatProcess/bzdy/step2.vue'),
meta: {
requireAuth: true,
title: '标准调研流程'
}
},
{
path: '/zqyjStep1',
name: 'zqyjStep1',