| | |
| | | component: () => import('@/views/risk_assessment/DataRiskModel.vue') |
| | | }, |
| | | |
| | | // 数据风险排名 |
| | | // 数据指标排名 |
| | | { |
| | | 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/setting/SetConfiguration.vue') |
| | | }, |
| | | |
| | | // 风险模型嵌入过渡页面 |
| | | { |
| | | path: '/detail/:siteName/:month/:titleName', |
| | | name: 'RiskModelDetail', |
| | | meta: { title: '站点具体信息', transition: 'slide-left' }, |
| | | component: () => import('@/views/risk_assessment/components/SiteDetail.vue') |
| | | }, |
| | | |
| | | // 风险模型嵌入 |
| | | { |
| | | path: '/subRiskModel', |
| | |
| | | meta: { title: '风险模型嵌入' }, |
| | | component: () => import('@/views/risk_assessment/components/SubRiskModel.vue') |
| | | }, |
| | | |
| | | |
| | | |
| | | |
| | | // 审核辅助嵌入过渡页面 |
| | | { |
| | | path: '/AuditDetail/:beginTime/:endTime/:exceptionType', |
| | |
| | | component: () => import('@/views/exception/components/SubSiteAudit.vue') |
| | | }, |
| | | |
| | | |
| | | |
| | | // 异常详情嵌入过渡页面 |
| | | { |
| | | path: '/exceptionDetail/:siteName/:month/', |
| | | path: '/exceptionDetail/:siteName/:time/:timeType/:jumpPage', |
| | | name: 'exceptionDetail', |
| | | meta: { title: '异常具体信息', transition: 'slide-left' }, |
| | | component: () => import('@/views/risk_assessment/components/SiteDetail.vue') |
| | | }, |
| | | |
| | | |
| | | // 异常详情嵌入 |
| | | { |
| | |
| | | name: 'CompFlightInspection', |
| | | meta: { title: '异常详情嵌入' }, |
| | | component: () => import('@/views/exception/components/CompFlightInspection.vue') |
| | | }, |
| | | } |
| | | ] |
| | | }, |
| | | |