流程详情路由

This commit is contained in:
yf
2021-06-22 09:30:03 +08:00
parent 03f58ab166
commit 68bcaee2c7
+9
View File
@@ -222,6 +222,15 @@ const routes = [
title: '标准需求(翻译)申请流程'
}
},
{
path: '/processDetail',
name: 'ProcessDetail',
component: () => import('@/pages/processCenter/pages/processDetail/index.vue'),
meta: {
requireAuth: true,
title: '流程详情'
}
},
{
path: '/bzffStep1',
name: 'bzffStep1',