| | |
| | | { |
| | | path:"/avgDay", |
| | | name:'avgDay', |
| | | component: () => import('@/views/line_graph/dayMonthAvgData.vue') |
| | | component: () => import('@/views/line_graph/DataRiskModel.vue') |
| | | }, |
| | | |
| | | |
| | |
| | | { |
| | | path:"/analysis", |
| | | name:'analysis', |
| | | component: () => import('@/views/line_graph/analysisData.vue') |
| | | component: () => import('@/views/line_graph/DataRiskRank.vue') |
| | | }, |
| | | |
| | | // 历史数据管理 |
| | |
| | | { |
| | | path:"/edata", |
| | | name:'edata', |
| | | component: () => import('@/views/exception/ExceptionData.vue') |
| | | component: () => import('@/views/exception/FlightInspection.vue') |
| | | }, |
| | | |
| | | // 异常测试 |
| | |
| | | name:'setting', |
| | | component: () => import('@/views/setting/SetConfiguration.vue') |
| | | }, |
| | | |
| | | // 数据接入管理 |
| | | { |
| | | path:"/management", |
| | | name:'management', |
| | | component: () => import('@/views/origin_data/DataAccessManagement.vue') |
| | | }, |
| | | |
| | | // 业务报表 |
| | | { |
| | | path:"/report", |
| | | name:'report', |
| | | component: () => import('@/views/origin_data/BusinessReport.vue') |
| | | }, |
| | | |
| | | ], |
| | | }, |
| | | // 登陆页面 |