| | |
| | | { |
| | | path: "/avgDay", |
| | | name: 'avgDay', |
| | | meta: { title: '数据分险模型' }, |
| | | meta: { title: '数据分险模型' , keepAlive: true}, |
| | | component: () => import('@/views/line_graph/DataRiskModel.vue') |
| | | }, |
| | | |
| | |
| | | { |
| | | path: "/analysis", |
| | | name: 'analysis', |
| | | meta: { title: '数据风险排名' }, |
| | | meta: { title: '数据风险排名' , keepAlive: true}, |
| | | component: () => import('@/views/line_graph/DataRiskRank.vue') |
| | | }, |
| | | // 数据风险排名 |
| | | { |
| | | path: "/riskrank", |
| | | name: 'riskrank', |
| | | meta: { title: '综合风险排名' }, |
| | | meta: { title: '综合风险排名' , keepAlive: true }, |
| | | component: () => import('@/views/line_graph/SiteComprehensiveRskRanking.vue') |
| | | }, |
| | | |
| | |
| | | { |
| | | path: "/edata", |
| | | name: 'edata', |
| | | meta: { title: '飞行巡检' }, |
| | | meta: { title: '飞行巡检' , keepAlive: true}, |
| | | component: () => import('@/views/exception/FlightInspection.vue') |
| | | }, |
| | | |
| | |
| | | { |
| | | path: "/testData", |
| | | name: 'testData', |
| | | meta: { title: '站点审核辅助' }, |
| | | meta: { title: '站点审核辅助' , keepAlive: true}, |
| | | component: () => import('@/views/exception/SiteAuditAssistance.vue') |
| | | }, |
| | | |
| | |
| | | { |
| | | path: "/hdata", |
| | | name: 'hdata', |
| | | meta: { title: '历史数据管理' }, |
| | | meta: { title: '历史数据管理' , keepAlive: true}, |
| | | component: () => import('@/views/data_management/HistoryData.vue') |
| | | }, |
| | | // 数据接入管理 |
| | |
| | | meta: { title: '数据接入配置' }, |
| | | component: () => import('@/views/setting/SetConfiguration.vue') |
| | | }, |
| | | |
| | | |
| | | // 数据接入配置 |
| | | { |
| | | path: "/detail/:siteName/:month", |
| | | name: 'detail', |
| | | meta: { title: '站点具体信息' }, |
| | | component: () => import('@/views/line_graph/components/SiteDetail.vue') |
| | | }, |
| | | |
| | | // 风险模型嵌入 |
| | | { |
| | | path: "/subRiskModel", |
| | | name: 'subRiskModel', |
| | | meta: { title: '风险模型嵌入 ' }, |
| | | component: () => import('@/views/line_graph/components/subRiskModel.vue') |
| | | }, |
| | | |
| | | ], |
| | | }, |
| | | |
| | |
| | | ] |
| | | }) |
| | | |
| | | |
| | | export default router |