src/router.js
@@ -176,6 +176,12 @@
        meta: { title: '随机试卷', noCache: true }
      },
      {
        path: 'personalRandomTemplate/config',
        component: () => import('@/views/exam/personalRandomTemplate/config'),
        name: 'personalSimulationConfig',
        meta: { title: '随机试卷配置', noCache: true }
      },
      {
        path: 'personalRandomTemplate/edit',
        component: () => import('@/views/exam/personalRandomTemplate/edit'),
        name: 'personalSimulationEdit',
@@ -270,7 +276,7 @@
        path: 'subject/list',
        component: () => import('@/views/education/subject/list'),
        name: 'EducationSubjectPage',
        meta: { title: '课目列表', noCache: true }
        meta: { title: '部门课目', noCache: true }
      },
      {
        path: 'department/list',
@@ -491,16 +497,22 @@
        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',
        meta: { title: '调动审核', noCache: true }
        meta: { title: '调动提审记录', noCache: true }
      },
      {
        path: 'UserConditionExamine/list',
        component: () => import('@/views/user/UserConditionExamine/list'),
        name: 'UserConditionExamineList',
        meta: { title: '状态审核', noCache: true }
        meta: { title: '状态提审记录', noCache: true }
      },
    ]
  },