添加游戏数学方案管理

This commit is contained in:
sk1551
2020-07-22 09:54:17 +08:00
parent 13992e0660
commit f978966259
12 changed files with 1298 additions and 99 deletions

View File

@ -163,6 +163,18 @@ export const constantRoutes = [{
meta: { title: '主题整合内容', icon: '' }
}]
},
{
path: '/benyi_course/math',
component: Layout,
hidden: true,
children: [{
path: 'plan/:id(\\d+)',
component: () =>
import ('@/views/benyi/math/plan'),
name: 'Math1',
meta: { title: '游戏数学方案', icon: '' }
}]
},
{
path: '/job',
component: Layout,