This commit is contained in:
zhutianqi
2021-07-20 18:00:11 +08:00
parent 6f391017fe
commit 1bf09d7ee9
5 changed files with 604 additions and 3 deletions
+9
View File
@@ -438,6 +438,15 @@ const routes = [
title: '标准调研流程'
}
},
{
path: '/bzdyStep1-1',
name: 'bzdyStep1-1',
component: () => import('@/pages/processCenter/pages/creatProcess/bzdy/step1-1.vue'),
meta: {
requireAuth: true,
title: '标准调研流程'
}
},
{
path: '/bzdyStep2',
name: 'bzdyStep2',