增加游戏数学学期计划预览功能

This commit is contained in:
sk1551
2020-11-02 17:20:36 +08:00
parent 214fefc509
commit 794fb7ee11
5 changed files with 29 additions and 5 deletions

View File

@ -289,6 +289,21 @@ export const constantRoutes = [{
}
}]
},
{
path: '/benyi_course/mathtermplanprint',
component: Layout,
hidden: true,
children: [{
path: 'table/:id',
component: () =>
import ('@/views/benyi/mathtermplan/table'),
name: 'Mathtermplan2',
meta: {
title: '游戏数学学期计划(表格)',
icon: ''
}
}]
},
{
path: '/benyi_course/themetermplan',
component: Layout,