主题整合周计划及明细
This commit is contained in:
@ -247,6 +247,21 @@ export const constantRoutes = [{
|
||||
}
|
||||
}]
|
||||
},
|
||||
{
|
||||
path: '/benyi_course/themeweekplan',
|
||||
component: Layout,
|
||||
hidden: true,
|
||||
children: [{
|
||||
path: 'data/:id',
|
||||
component: () =>
|
||||
import('@/views/benyi/themeweekplan/data'),
|
||||
name: 'Themeweekplan1',
|
||||
meta: {
|
||||
title: '主题整合周计划(明细)',
|
||||
icon: ''
|
||||
}
|
||||
}]
|
||||
},
|
||||
{
|
||||
path: '/benyi_course/math',
|
||||
component: Layout,
|
||||
|
Reference in New Issue
Block a user