添加游戏数学方案管理
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user