龚焕茏
2024-07-08 c19bb5ac1b4013aa700c0a658f20375be9703ea3
src/router.js
@@ -270,7 +270,7 @@
        path: 'subject/list',
        component: () => import('@/views/education/subject/list'),
        name: 'EducationSubjectPage',
        meta: { title: '课目列表', noCache: true }
        meta: { title: '部门课目', noCache: true }
      },
      {
        path: 'department/list',
@@ -491,6 +491,12 @@
        meta: { title: '学生列表', noCache: true }
      },
      {
        path: 'tag/list',
        component: () => import('@/views/user/tag/list'),
        name: 'TagAdminPageList',
        meta: { title: '学生标签', noCache: true }
      },
      {
        path: 'departmentExamine/list',
        component: () => import('@/views/user/departmentExamine/list'),
        name: 'departmentExamineList',