龚焕茏
2024-06-28 78cfb55ad0919d47a844dc97da4896ba11abc9ba
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 }
      },
    ]
  },
  {