20200702-zlp-1
主题整合管理
This commit is contained in:
@ -151,6 +151,18 @@ export const constantRoutes = [{
|
||||
meta: { title: '培训视频详情', icon: '' }
|
||||
}]
|
||||
},
|
||||
{
|
||||
path: '/benyi_course/theme',
|
||||
component: Layout,
|
||||
hidden: true,
|
||||
children: [{
|
||||
path: 'activity/:id(\\d+)',
|
||||
component: () =>
|
||||
import ('@/views/benyi/theme/activity'),
|
||||
name: 'Theme1',
|
||||
meta: { title: '主题整合内容', icon: '' }
|
||||
}]
|
||||
},
|
||||
{
|
||||
path: '/job',
|
||||
component: Layout,
|
||||
|
Reference in New Issue
Block a user