| | |
| | | { |
| | | path: '/', |
| | | component: Layout, |
| | | redirect: '/dashboard', |
| | | redirect: '/login', |
| | | children: [ |
| | | { |
| | | path: 'dashboard', |
| | |
| | | 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', |
| | |
| | | title: '在线学习', |
| | | icon: 'exam' |
| | | }, |
| | | alwaysShow: true, |
| | | children: [ |
| | | { |
| | | path: 'video/type', |
| | | component: () => import('@/views/onlineStudy/video/type'), |
| | | name: 'VideoType', |
| | | meta: { |
| | | title: '视频分类' |
| | | } |
| | | path: 'type', |
| | | component: () => import('@/views/onlineStudy/type'), |
| | | name: 'Type', |
| | | meta: { title: '学习类型', noCache: true } |
| | | }, |
| | | { |
| | | path: 'file', |
| | | component: () => import('@/views/onlineStudy/file'), |
| | | name: 'File', |
| | | meta: { title: '学习文件', noCache: true } |
| | | } |
| | | ] |
| | | }, |
| | |
| | | { |
| | | path: '/', |
| | | component: Layout, |
| | | redirect: '/dashboard', |
| | | redirect: '/login', |
| | | children: [ |
| | | { |
| | | path: 'dashboard', |