月计划打印,主题整合和游戏数据管理 bug

This commit is contained in:
paidaxing444
2020-09-03 16:24:07 +08:00
parent 0e5b8f77f1
commit f600ffd34b
7 changed files with 153 additions and 198 deletions

View File

@ -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,