This commit is contained in:
宋伟佳
2021-10-26 16:46:45 +08:00
parent 311c2b1ebc
commit 1f10184ee4
4 changed files with 72 additions and 7 deletions
+19 -1
View File
@@ -1033,6 +1033,15 @@ const routes = [
title: '参与外部标准制修订信息提报流程'
}
},
{
path: '/cywbbzzxdStep2',
name: 'cywbbzzxdStep2',
component: () => import('@/pages/processCenter/pages/creatProcess/cywbbzzxd/step2.vue'),
meta: {
requireAuth: true,
title: '参与外部标准制修订信息提报流程'
}
},
{
path: '/jrbzhxhStep1',
name: 'jrbzhxhStep1',
@@ -1041,7 +1050,16 @@ const routes = [
requireAuth: true,
title: '加入标准化协会信息提报流程'
}
}
},
{
path: '/jrbzhxhStep2',
name: 'jrbzhxhStep2',
component: () => import('@/pages/processCenter/pages/creatProcess/jrbzhxh/step2.vue'),
meta: {
requireAuth: true,
title: '加入标准化协会信息提报流程'
}
},
]
},
// 本地工具