主题整合备课 能直接跳转到课本详情页

This commit is contained in:
zhanglipeng
2021-08-31 12:00:54 +08:00
parent 97434169c5
commit 8ad3508e18
4 changed files with 372 additions and 11 deletions

View File

@ -297,6 +297,22 @@ export const constantRoutes = [
}
]
},
{
path: "/benyi_course/tremplan",
component: Layout,
hidden: true,
children: [
{
path: "themestudy/:id(\\d+)",
component: () => import("@/views/benyi/themestudy_tremplan"),
name: "Theme2",
meta: {
title: "主题整合学习",
icon: ""
}
}
]
},
{
path: "/benyi_course/mathtermplan",
component: Layout,