龚焕茏
2024-06-26 97adbe1214f684b7d75522d1a0105513bfdc9331
src/router.js
@@ -258,7 +258,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 }
      },
    ]
  },
  {