月计划打印,主题整合和游戏数据管理 bug
This commit is contained in:
@ -322,6 +322,21 @@ export const constantRoutes = [{
|
||||
}
|
||||
}]
|
||||
},
|
||||
{
|
||||
path: '/benyi_course/thememonthplanprint',
|
||||
component: Layout,
|
||||
hidden: true,
|
||||
children: [{
|
||||
path: 'table/:id',
|
||||
component: () =>
|
||||
import('@/views/benyi/thememonthplan/table'),
|
||||
name: 'Thememonthplan2',
|
||||
meta: {
|
||||
title: '主题整合月计划(表格)',
|
||||
icon: ''
|
||||
}
|
||||
}]
|
||||
},
|
||||
{
|
||||
path: '/benyi_course/math',
|
||||
component: Layout,
|
||||
|
Reference in New Issue
Block a user