add游戏数学学期计划详细功能

This commit is contained in:
sk1551
2020-10-30 15:27:40 +08:00
parent 09ca6827c4
commit def67e67c0
10 changed files with 1049 additions and 10 deletions

View File

@ -274,6 +274,21 @@ export const constantRoutes = [{
}
}]
},
{
path: '/benyi_course/mathtermplan',
component: Layout,
hidden: true,
children: [{
path: 'data/:id',
component: () =>
import ('@/views/benyi/mathtermplan/data'),
name: 'Mathtermplan1',
meta: {
title: '游戏数学学期计划(明细)',
icon: ''
}
}]
},
{
path: '/benyi_course/themetermplan',
component: Layout,