xiangpei
2024-12-03 8c3eaeddeff2c9c5a92352e6bf830e5000ff5882
src/router.js
@@ -49,7 +49,7 @@
        path: 'student/list',
        component: () => import('@/views/user/student/list'),
        name: 'UserStudentPageList',
        meta: { title: '学生列表', noCache: true }
        meta: { title: '学生列表', noCache: false }
      },
      {
        path: 'student/edit',
@@ -115,6 +115,13 @@
        meta: { title: '部门课目', noCache: true }
      },
      {
        path: 'subject/manager',
        hidden: true,
        component: () => import('@/views/education/subject/manager'),
        name: 'SubjectManager',
        meta: { title: '课目管理', noCache: true }
      },
      {
        path: 'department/list',
        component: () => import('@/views/education/department/list'),
        name: 'EducationDepartmentPage',
@@ -171,18 +178,18 @@
        meta: { title: '单选题编辑', noCache: true, activeMenu: '/exam/question/list' },
        hidden: true
      },
      {
        path: 'simulation/list',
        component: () => import('@/views/exam/simulation/list'),
        name: 'personalSimulationList',
        meta: { title: '模拟列表', noCache: true }
      },
      {
        path: 'personalSimulation/list',
        component: () => import('@/views/exam/personalSimulation/list'),
        name: 'personalSimulation',
        meta: { title: '个人模拟', noCache: true }
      },
      // {
      //   path: 'simulation/list',
      //   component: () => import('@/views/exam/simulation/list'),
      //   name: 'personalSimulationList',
      //   meta: { title: '模拟列表', noCache: true }
      // },
      // {
      //   path: 'personalSimulation/list',
      //   component: () => import('@/views/exam/personalSimulation/list'),
      //   name: 'personalSimulation',
      //   meta: { title: '个人模拟', noCache: true }
      // },
      {
        path: 'personalRandomTemplate/list',
        component: () => import('@/views/exam/personalRandomTemplate/list'),
@@ -215,13 +222,13 @@
        name: 'feedback',
        meta: { title: '错题反馈', noCache: true }
      },
      {
        path: 'personalSimulation/list/mathList',
        component: () => import('@/views/exam/mathList/list.vue'),
        name: 'multiplemathList',
        meta: { title: '模拟列表详情', noCache: true, activeMenu: '/exam/mathList/list' },
        hidden: true
      },
      // {
      //   path: 'personalSimulation/list/mathList',
      //   component: () => import('@/views/exam/mathList/list.vue'),
      //   name: 'multiplemathList',
      //   meta: { title: '模拟列表详情', noCache: true, activeMenu: '/exam/mathList/list' },
      //   hidden: true
      // },
      {
        path: 'question/edit/multipleChoice',
        component: () => import('@/views/exam/question/edit/multiple-choice'),
@@ -496,12 +503,12 @@
        name: 'UserStudentPageList',
        meta: { title: '学生列表', noCache: true }
      },
      {
        path: 'tag/list',
        component: () => import('@/views/user/tag/list'),
        name: 'TagAdminPageList',
        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'),