src/router.js
@@ -59,6 +59,13 @@ name: 'MarkPaperDetail', meta: { title: '阅卷'}, hidden: true }, { path: '/exam/monitor', component: () => import('@/views/exam/exam/monitor'), name: 'monitor', meta: { title: '监控'}, hidden: true } ] }, @@ -258,7 +265,13 @@ 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 } }, ] }, {