20200702-zlp-1

主题整合管理
This commit is contained in:
paidaxing444
2020-07-02 18:03:35 +08:00
parent 1aa7a40859
commit bea86efad9
4 changed files with 202 additions and 133 deletions

View File

@ -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,