diff --git a/ruoyi-ui/src/router/index.js b/ruoyi-ui/src/router/index.js index 0d3c05bd9..421e93ae1 100644 --- a/ruoyi-ui/src/router/index.js +++ b/ruoyi-ui/src/router/index.js @@ -217,6 +217,21 @@ export const constantRoutes = [{ } }] }, + { + path: '/benyi_course/themetermplan', + component: Layout, + hidden: true, + children: [{ + path: 'data/:id', + component: () => + import('@/views/benyi/themetermplan/data'), + name: 'Themetermplan1', + meta: { + title: '主题整合学期计划', + icon: '' + } + }] + }, { path: '/benyi_course/math', component: Layout, diff --git a/ruoyi-ui/src/views/benyi/themetermplan/index.vue b/ruoyi-ui/src/views/benyi/themetermplan/index.vue index 446ca26f4..ad76c291e 100644 --- a/ruoyi-ui/src/views/benyi/themetermplan/index.vue +++ b/ruoyi-ui/src/views/benyi/themetermplan/index.vue @@ -67,7 +67,13 @@ - + + +