| | |
| | | ] |
| | | }, |
| | | { |
| | | 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: '视频分类' |
| | | } |
| | | } |
| | | ] |
| | | }, |
| | | { |
| | | path: '/exam', |
| | | component: Layout, |
| | | name: 'ExamPage', |
| | |
| | | ] |
| | | }, |
| | | { |
| | | path: '/questionAnswer', |
| | | component: Layout, |
| | | name: 'questionAnswerPage', |
| | | meta: { |
| | | title: '问答管理', |
| | | icon: 'question' |
| | | }, |
| | | alwaysShow: true, |
| | | children: [ |
| | | { |
| | | path: '/list', |
| | | component: () => import('@/views/questionAnswer/list'), |
| | | name: 'questionAnswerPage', |
| | | meta: { title: '问答列表', noCache: true } |
| | | }, |
| | | { |
| | | path: '/edit', |
| | | component: () => import('@/views/questionAnswer/edit'), |
| | | name: 'questionAnswerEdit', |
| | | meta: { title: '问答编辑', noCache: true, activeMenu: '/questionAnswer/list' }, |
| | | hidden: true |
| | | } |
| | | ] |
| | | }, |
| | | { |
| | | path: '/message', |
| | | component: Layout, |
| | | name: 'MessagePage', |