| | |
| | | * @Author : yuan |
| | | * @Date : 2026-01-09 11:14:04 |
| | | * @LastEditors : yuan |
| | | * @LastEditTime : 2026-01-26 19:02:07 |
| | | * @LastEditTime : 2026-02-02 09:45:21 |
| | | * @FilePath : \applications\drone-command\src\api\dataCockpit\index.js |
| | | * @Description : |
| | | * Copyright 2026 OBKoro1, All Rights Reserved. |
| | |
| | | }) |
| | | } |
| | | |
| | | // 最新 --- 数据驾驶舱地图聚合 |
| | | export const newCockpitAggregationApi = (params) => { |
| | | return request({ |
| | | url: '/drone-fw/cockpit/dataCockpit/statisticalDeviceOut', |
| | | method: 'get', |
| | | params |
| | | }) |
| | | } |
| | | |
| | | // 区域列表 |
| | | export const areaDivideListApi = (params) => { |
| | | return request({ |