20200529-zlp-3
优化代码生成 新增评分评价后台代码
This commit is contained in:
@ -114,6 +114,18 @@ export const constantRoutes = [{
|
||||
meta: { title: '一日流程标准', icon: '' }
|
||||
}]
|
||||
},
|
||||
{
|
||||
path: '/video_study',
|
||||
component: Layout,
|
||||
hidden: true,
|
||||
children: [{
|
||||
path: 'study/detail/:id(\\d+)',
|
||||
component: () =>
|
||||
import ('@/views/benyi_train/video_study/detail'),
|
||||
name: 'Detail',
|
||||
meta: { title: '培训视频详情', icon: '' }
|
||||
}]
|
||||
},
|
||||
{
|
||||
path: '/job',
|
||||
component: Layout,
|
||||
|
Reference in New Issue
Block a user