| | |
| | | { |
| | | path:"/hdata", |
| | | name:'hdata', |
| | | component: () => import('@/views/origin_data/TableData.vue') |
| | | component: () => import('@/views/origin_data/HistoryData.vue') |
| | | }, |
| | | |
| | | // 飞行巡检 |
| | |
| | | component: () => import('@/views/exception/FlightInspection.vue') |
| | | }, |
| | | |
| | | // 异常测试 |
| | | // 站点审核辅助 |
| | | { |
| | | path:"/testdata", |
| | | name:'testdata', |
| | | component: () => import('@/views/exception/ExceptionTest.vue') |
| | | component: () => import('@/views/exception/SiteAuditAssistance.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') |
| | | }, |
| | | |
| | | ], |
| | | }, |
| | | // 登陆页面 |