| | |
| | | name: 'MarkPaperDetail', |
| | | meta: { title: '阅卷'}, |
| | | hidden: true |
| | | }, |
| | | { |
| | | path: '/exam/monitor', |
| | | component: () => import('@/views/exam/exam/monitor'), |
| | | name: 'monitor', |
| | | meta: { title: '监控'}, |
| | | hidden: true |
| | | } |
| | | ] |
| | | }, |
| | |
| | | hidden: true |
| | | }, |
| | | { |
| | | path: 'paper/import', |
| | | component: () => import('@/views/exam/paper/import'), |
| | | name: 'ExamPaperImport', |
| | | meta: { title: '试卷导入', noCache: true, activeMenu: '/exam/paper/list' }, |
| | | hidden: true |
| | | }, |
| | | { |
| | | path: 'question/list', |
| | | component: () => import('@/views/exam/question/list'), |
| | | name: 'ExamQuestionPageList', |