commit
This commit is contained in:
@@ -591,6 +591,24 @@ const routes = [
|
||||
title: '标准调研流程'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/bzjdStep1',
|
||||
name: 'bzjdStep1',
|
||||
component: () => import('@/pages/processCenter/pages/creatProcess/bzjd/step1.vue'),
|
||||
meta: {
|
||||
requireAuth: true,
|
||||
title: '标准解读流程'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/bzjdStep2',
|
||||
name: 'bzjdStep2',
|
||||
component: () => import('@/pages/processCenter/pages/creatProcess/bzjd/step2.vue'),
|
||||
meta: {
|
||||
requireAuth: true,
|
||||
title: '标准解读流程'
|
||||
}
|
||||
},
|
||||
]
|
||||
},
|
||||
// 本地工具
|
||||
|
||||
Reference in New Issue
Block a user