diff --git a/ruoyi-ui/src/router/index.js b/ruoyi-ui/src/router/index.js index 75c88b92a..a7e13631a 100644 --- a/ruoyi-ui/src/router/index.js +++ b/ruoyi-ui/src/router/index.js @@ -114,6 +114,18 @@ export const constantRoutes = [{ meta: { title: '一日流程标准', icon: '' } }] }, + { + path: '/video_study', + component: Layout, + hidden: true, + children: [{ + path: 'study/detail/:id(\\d+)', + component: () => + import ('@/views/benyi_train/video_study/detail'), + name: 'Detail', + meta: { title: '培训视频详情', icon: '' } + }] + }, { path: '/job', component: Layout, diff --git a/ruoyi-ui/src/views/benyi_train/video/index.vue b/ruoyi-ui/src/views/benyi_train/video/index.vue index 441a60176..299679104 100644 --- a/ruoyi-ui/src/views/benyi_train/video/index.vue +++ b/ruoyi-ui/src/views/benyi_train/video/index.vue @@ -71,9 +71,20 @@ - + - +