| | |
| | | meta: { title: '个人模拟', noCache: true } |
| | | }, |
| | | { |
| | | path: 'personalRandomTemplate/list', |
| | | component: () => import('@/views/exam/personalRandomTemplate/list'), |
| | | name: 'personalSimulation', |
| | | meta: { title: '个人随机模板', noCache: true } |
| | | }, |
| | | { |
| | | path: 'personalRandomTemplate/edit', |
| | | component: () => import('@/views/exam/personalRandomTemplate/edit'), |
| | | name: 'personalSimulationEdit', |
| | | meta: { title: '个人随机模板编辑', noCache: true, activeMenu: '/exam/personalRandomTemplate/list' }, |
| | | hidden: true |
| | | }, |
| | | { |
| | | path: 'personalSimulation/edit', |
| | | component: () => import('@/views/exam/personalSimulation/edit'), |
| | | name: 'personalSimulationEdit', |
| | | meta: { title: '试卷编辑', noCache: true, activeMenu: '/exam/personalSimulation/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 |
| | | }, |
| | | { |
| | |
| | | component: () => import('@/views/answer/sheetStatistics.vue'), |
| | | name: 'AnswerPageList', |
| | | meta: { title: '答卷统计', noCache: true } |
| | | }, |
| | | { |
| | | path: 'achievementStatistics', |
| | | component: () => import('@/views/answer/achievementStatistics.vue'), |
| | | name: 'AnswerPageList', |
| | | meta: { title: '成绩统计', noCache: true } |
| | | }, |
| | | { |
| | | path: 'achievementStatistics/gradeDetails', |
| | | component: () => import('@/views/exam/gradeDetails/list.vue'), |
| | | name: 'AnswerPageList', |
| | | meta: { title: '成绩统计详情', noCache: true, activeMenu: '/exam/gradeDetails/list' }, |
| | | hidden: true |
| | | } |
| | | ] |
| | | }, |