主题整合学期计划明细

This commit is contained in:
paidaxing444
2020-08-24 18:11:33 +08:00
parent fd6616a29a
commit 7fcc28cbad
3 changed files with 23 additions and 2 deletions

View File

@ -217,6 +217,21 @@ export const constantRoutes = [{
}
}]
},
{
path: '/benyi_course/themetermplan',
component: Layout,
hidden: true,
children: [{
path: 'data/:id',
component: () =>
import('@/views/benyi/themetermplan/data'),
name: 'Themetermplan1',
meta: {
title: '主题整合学期计划',
icon: ''
}
}]
},
{
path: '/benyi_course/math',
component: Layout,