| | |
| | | ] |
| | | }, |
| | | { |
| | | path: '/pdf', |
| | | path: '/report', |
| | | component: Layout, |
| | | children: [ |
| | | { |
| | | path: 'view', |
| | | component: () => import('@/views/pdf/reportView'), |
| | | component: () => import('@/views/report/reportView'), |
| | | name: 'reportView', |
| | | meta: { title: 'reportView' } |
| | | meta: { title: 'PDF报告' } |
| | | } |
| | | ] |
| | | }, |
| | | { |
| | | path: '/pdf', |
| | | component: Layout, |
| | | children: [ |
| | | { |
| | | path: 'h5', |
| | | component: () => import('@/views/pdf/reportH5'), |
| | | name: 'reportH5', |
| | | meta: { title: 'reportH5' } |
| | | } |
| | | ] |
| | | path: '/report/h5', |
| | | component: () => import('@/views/report/reportH5'), |
| | | name: 'reportH5', |
| | | meta: { title: '个人反馈报告' } |
| | | } |
| | | ] |
| | | }) |