add游戏数学学期计划详细功能
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user