| | |
| | | { |
| | | path: '/analysis', |
| | | name: 'analysis', |
| | | meta: { title: '数据风险排名', keepAlive: true }, |
| | | component: () => import('@/views/risk_assessment/DataRiskRank.vue') |
| | | meta: { title: '数据指标排名', keepAlive: true }, |
| | | component: () => import('@/views/risk_assessment/DataIndexRank.vue') |
| | | }, |
| | | |
| | | // 数据风险排名 |
| | | { |
| | | path: '/riskrank', |
| | | name: 'riskrank', |
| | | meta: { title: '综合风险排名', keepAlive: true }, |
| | | component: () => import('@/views/risk_assessment/SiteComprehensiveRskRanking.vue') |
| | | meta: { title: '数据风险排名', keepAlive: true }, |
| | | component: () => import('@/views/risk_assessment/DataRiskRank.vue') |
| | | }, |
| | | |
| | | // 飞行巡检 |
| | |
| | | component: () => import('@/views/risk_assessment/components/SubRiskModel.vue') |
| | | }, |
| | | |
| | | |
| | | // 审核辅助嵌入过渡页面 |
| | | { |
| | | path: '/AuditDetail/:beginTime/:endTime/:exceptionType', |
| | |
| | | |
| | | // 异常详情嵌入 |
| | | { |
| | | path: '/SubFlightInspection', |
| | | name: 'SubFlightInspection', |
| | | path: '/CompFlightInspection', |
| | | name: 'CompFlightInspection', |
| | | meta: { title: '异常详情嵌入' }, |
| | | component: () => import('@/views/exception/components/SubFlightInspection.vue') |
| | | }, |
| | | component: () => import('@/views/exception/components/CompFlightInspection.vue') |
| | | } |
| | | ] |
| | | }, |
| | | |