This commit is contained in:
zhutianqi
2021-07-13 17:54:39 +08:00
parent f5d20984db
commit 7fbea78a8a
7 changed files with 1031 additions and 68 deletions
+18
View File
@@ -591,6 +591,24 @@ const routes = [
title: '标准调研流程'
}
},
{
path: '/bzjdStep1',
name: 'bzjdStep1',
component: () => import('@/pages/processCenter/pages/creatProcess/bzjd/step1.vue'),
meta: {
requireAuth: true,
title: '标准解读流程'
}
},
{
path: '/bzjdStep2',
name: 'bzjdStep2',
component: () => import('@/pages/processCenter/pages/creatProcess/bzjd/step2.vue'),
meta: {
requireAuth: true,
title: '标准解读流程'
}
},
]
},
// 本地工具