| | |
| | | name: 'MarkPaperDetail', |
| | | meta: { title: '阅卷'}, |
| | | hidden: true |
| | | }, |
| | | { |
| | | path: '/exam/monitor', |
| | | component: () => import('@/views/exam/exam/monitor'), |
| | | name: 'monitor', |
| | | meta: { title: '监控'}, |
| | | hidden: true |
| | | } |
| | | ] |
| | | }, |
| | |
| | | component: () => import('@/views/exam/paper/edit'), |
| | | name: 'ExamPaperEdit', |
| | | meta: { title: '试卷编辑', noCache: true, activeMenu: '/exam/paper/list' }, |
| | | hidden: true |
| | | }, |
| | | { |
| | | path: 'paper/import', |
| | | component: () => import('@/views/exam/paper/import'), |
| | | name: 'ExamPaperImport', |
| | | meta: { title: '试卷导入', noCache: true, activeMenu: '/exam/paper/list' }, |
| | | 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 } |
| | | }, |
| | | ] |
| | | }, |
| | | { |