| | |
| | | path: 'student/list', |
| | | component: () => import('@/views/user/student/list'), |
| | | name: 'UserStudentPageList', |
| | | meta: { title: '学生列表', noCache: true } |
| | | meta: { title: '学生列表', noCache: false } |
| | | }, |
| | | { |
| | | path: 'student/edit', |
| | |
| | | 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', |
| | |
| | | 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'), |
| | |
| | | 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'), |
| | |
| | | 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'), |