| | |
| | | name: 'MarkPaperDetail', |
| | | meta: { title: '阅卷'}, |
| | | hidden: true |
| | | }, |
| | | { |
| | | path: '/exam/monitor', |
| | | component: () => import('@/views/exam/exam/monitor'), |
| | | name: 'monitor', |
| | | meta: { title: '监控'}, |
| | | hidden: true |
| | | } |
| | | ] |
| | | }, |
| | |
| | | component: () => import('@/views/train/index'), |
| | | name: 'TrainListPage', |
| | | meta: { title: '在线培训', noCache: true } |
| | | }, |
| | | { |
| | | path: 'meet/index', |
| | | component: () => import('@/views/meet/index'), |
| | | name: 'meet', |
| | | hidden: true |
| | | } |
| | | ] |
| | | }, |
| | | |
| | | { |
| | | path: '/meet', |
| | | component: () => import('@/views/meet/index'), |
| | | meta: { title: '在线教学', noCache: true }, |
| | | hidden: true |
| | | }, |
| | | |
| | | { |
| | |
| | | component: () => import('@/views/education/resource/list'), |
| | | name: 'EducationResourcePage', |
| | | meta: { title: '教学资源', noCache: true } |
| | | } |
| | | }, |
| | | { |
| | | path: 'cheat/list', |
| | | component: () => import('@/views/education/cheat/list'), |
| | | name: 'EducationCheatPage', |
| | | meta: { title: '作弊记录', noCache: true } |
| | | }, |
| | | ] |
| | | }, |
| | | { |
| | |
| | | } |
| | | ] |
| | | }, |
| | | { |
| | | path: '/message', |
| | | component: Layout, |
| | | name: 'MessagePage', |
| | | meta: { |
| | | title: '消息中心', |
| | | icon: 'message' |
| | | }, |
| | | alwaysShow: true, |
| | | children: [ |
| | | { |
| | | path: 'list', |
| | | component: () => import('@/views/message/list'), |
| | | name: 'MessageListPage', |
| | | meta: { title: '消息列表', noCache: true } |
| | | }, |
| | | { |
| | | path: 'send', |
| | | component: () => import('@/views/message/send'), |
| | | name: 'MessageSendPage', |
| | | meta: { title: '消息发送', noCache: true } |
| | | } |
| | | ] |
| | | }, |
| | | // { |
| | | // path: '/message', |
| | | // component: Layout, |
| | | // name: 'MessagePage', |
| | | // meta: { |
| | | // title: '消息中心', |
| | | // icon: 'message' |
| | | // }, |
| | | // alwaysShow: true, |
| | | // children: [ |
| | | // { |
| | | // path: 'list', |
| | | // component: () => import('@/views/message/list'), |
| | | // name: 'MessageListPage', |
| | | // meta: { title: '消息列表', noCache: true } |
| | | // }, |
| | | // { |
| | | // path: 'send', |
| | | // component: () => import('@/views/message/send'), |
| | | // name: 'MessageSendPage', |
| | | // meta: { title: '消息发送', noCache: true } |
| | | // } |
| | | // ] |
| | | // }, |
| | | { |
| | | path: '/log', |
| | | component: Layout, |