xiangpei
2024-07-05 beb8b7b5f85ee7d5cd51c1ff90dc24b9abc40723
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 }
      },
    ]
  },
  {