| | |
| | | path: '/exam/mark/paper', |
| | | component: () => import('@/views/exam/exam/MarkPaper'), |
| | | name: 'MarkPaper', |
| | | meta: { title: '阅卷'}, |
| | | meta: { title: '阅卷', noCache: true }, |
| | | hidden: true |
| | | }, |
| | | { |
| | | path: '/exam/mark/paper/detail', |
| | | component: () => import('@/views/exam/exam/MarkPaperDetail'), |
| | | name: 'MarkPaperDetail', |
| | | meta: { title: '阅卷'}, |
| | | meta: { title: '阅卷详情', noCache: true }, |
| | | hidden: true |
| | | }, |
| | | { |
| | | path: '/exam/monitor', |
| | | component: () => import('@/views/exam/exam/monitor'), |
| | | name: 'monitor', |
| | | meta: { title: '监控'}, |
| | | meta: { title: '监控', noCache: true }, |
| | | hidden: true |
| | | } |
| | | ] |
| | |
| | | } |
| | | ] |
| | | }, |
| | | { path: '*', |
| | | { |
| | | path: '*', |
| | | hidden: true, |
| | | component: () => import('@/views/error-page/404'), |
| | | meta: { title: '404', noCache: true } |