周计划预览

This commit is contained in:
paidaxing444
2020-08-31 15:29:17 +08:00
parent 1247162886
commit 43a31a538f
12 changed files with 394 additions and 73 deletions

View File

@ -307,6 +307,21 @@ export const constantRoutes = [{
}
}]
},
{
path: '/benyi_course/themeweekplanprint',
component: Layout,
hidden: true,
children: [{
path: 'table/:id',
component: () =>
import('@/views/benyi/themeweekplan/table'),
name: 'Themeweekplan2',
meta: {
title: '主题整合周计划(表格)',
icon: ''
}
}]
},
{
path: '/benyi_course/math',
component: Layout,