commit
This commit is contained in:
@@ -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: '加入标准化协会信息提报流程'
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user