fuliqi
2024-07-10 8480b10b70bf09f204597441a1f8c2496c455863
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
      }
    ]
  },
@@ -138,6 +145,13 @@
        component: () => import('@/views/exam/paper/edit'),
        name: 'ExamPaperEdit',
        meta: { title: '试卷编辑', noCache: true, activeMenu: '/exam/paper/list' },
        hidden: true
      },
      {
        path: 'paper/import',
        component: () => import('@/views/exam/paper/import'),
        name: 'ExamPaperImport',
        meta: { title: '试卷导入', noCache: true, activeMenu: '/exam/paper/list' },
        hidden: true
      },
      {
@@ -258,7 +272,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 }
      },
    ]
  },
  {