主题整合周计划及明细

This commit is contained in:
paidaxing444
2020-08-26 13:52:35 +08:00
parent 5d804c69f8
commit a9e3c5209b
9 changed files with 655 additions and 14 deletions

View File

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