| | |
| | | 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'), |