流程详情路由
This commit is contained in:
@@ -222,6 +222,15 @@ const routes = [
|
|||||||
title: '标准需求(翻译)申请流程'
|
title: '标准需求(翻译)申请流程'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
path: '/processDetail',
|
||||||
|
name: 'ProcessDetail',
|
||||||
|
component: () => import('@/pages/processCenter/pages/processDetail/index.vue'),
|
||||||
|
meta: {
|
||||||
|
requireAuth: true,
|
||||||
|
title: '流程详情'
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
path: '/bzffStep1',
|
path: '/bzffStep1',
|
||||||
name: 'bzffStep1',
|
name: 'bzffStep1',
|
||||||
|
|||||||
Reference in New Issue
Block a user