| | |
| | | meta: { title: 'values' } |
| | | } |
| | | ] |
| | | }, |
| | | { |
| | | path: '/exam', |
| | | component: Layout, |
| | | children: [ |
| | | { |
| | | path: 'career_interests', |
| | | component: () => import('@/views/exam/paper/career_interests'), |
| | | name: 'ExamPaperCareerInterests', |
| | | meta: { title: 'career_interests' } |
| | | } |
| | | ] |
| | | }, |
| | | { |
| | | path: '/report', |
| | | component: Layout, |
| | | children: [ |
| | | { |
| | | path: 'view', |
| | | component: () => import('@/views/report/reportView'), |
| | | name: 'reportView', |
| | | meta: { title: 'PDF报告' } |
| | | } |
| | | ] |
| | | }, |
| | | { |
| | | path: '/report/h5', |
| | | component: () => import('@/views/report/reportH5'), |
| | | name: 'reportH5', |
| | | meta: { title: 'H5报告' } |
| | | } |
| | | ] |
| | | }) |