This commit is contained in:
宋伟佳
2021-10-26 09:34:54 +08:00
parent 37702f435f
commit 28f1da75dc
4 changed files with 92 additions and 0 deletions
+18
View File
@@ -1023,6 +1023,24 @@ const routes = [
requireAuth: true,
title: '外部署名推荐审批流程'
}
},
{
path: '/cywbbzzxdStep1',
name: 'cywbbzzxdStep1',
component: () => import('@/pages/processCenter/pages/creatProcess/cywbbzzxd/step1.vue'),
meta: {
requireAuth: true,
title: '参与外部标准制修订信息提报流程'
}
},
{
path: '/jrbzhxhStep1',
name: 'jrbzhxhStep1',
component: () => import('@/pages/processCenter/pages/creatProcess/jrbzhxh/step1.vue'),
meta: {
requireAuth: true,
title: '加入标准化协会信息提报流程'
}
}
]
},