| | |
| | | component: () => import('@/views/exception/components/SubSiteAudit.vue') |
| | | }, |
| | | |
| | | |
| | | |
| | | // 异常详情嵌入过渡页面 |
| | | { |
| | | path: '/exceptionDetail/:siteName/:month/', |
| | |
| | | component: () => import('@/views/risk_assessment/components/SiteDetail.vue') |
| | | }, |
| | | |
| | | |
| | | // 异常详情嵌入 |
| | | { |
| | | path: '/SubFlightInspection', |
| | | name: 'SubFlightInspection', |
| | | path: '/CompFlightInspection', |
| | | name: 'CompFlightInspection', |
| | | meta: { title: '异常详情嵌入' }, |
| | | component: () => import('@/views/exception/components/SubFlightInspection.vue') |
| | | component: () => import('@/views/exception/components/CompFlightInspection.vue') |
| | | }, |
| | | ] |
| | | }, |