主题整合备课 能直接跳转到课本详情页
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user