| | |
| | | hidden: true |
| | | }, |
| | | { |
| | | path: 'departmentExamine/list', |
| | | component: () => import('@/views/user/departmentExamine/list'), |
| | | name: 'departmentExamineList', |
| | | meta: { title: '调动审核', noCache: true } |
| | | }, |
| | | { |
| | | path: 'tag/list', |
| | | component: () => import('@/views/user/tag/list'), |
| | | name: 'TagAdminPageList', |
| | | meta: { title: '标签列表', noCache: true } |
| | | meta: { title: '学生标签', noCache: true } |
| | | }, |
| | | { |
| | | path: 'tag/edit', |
| | |
| | | ] |
| | | }, |
| | | { |
| | | path: '/online/study', |
| | | component: Layout, |
| | | name: 'OnLineStudy', |
| | | meta: { |
| | | title: '在线学习', |
| | | icon: 'exam' |
| | | }, |
| | | children: [ |
| | | { |
| | | path: 'video/type', |
| | | component: () => import('@/views/onlineStudy/video/type'), |
| | | name: 'VideoType', |
| | | meta: { |
| | | title: '视频分类', noCache: true |
| | | } |
| | | } |
| | | ] |
| | | }, |
| | | { |
| | | path: '/exam', |
| | | component: Layout, |
| | | name: 'ExamPage', |