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