吉安感知网项目-前端
张含笑
2026-01-27 dd57e0e9a989e7ee8b3e3473a7ee6a1dff06a4ae
applications/drone-command/src/api/dataCockpit/index.js
@@ -2,7 +2,7 @@
 * @Author       : yuan
 * @Date         : 2026-01-09 11:14:04
 * @LastEditors  : yuan
 * @LastEditTime : 2026-01-26 09:38:16
 * @LastEditTime : 2026-01-26 19:02:07
 * @FilePath     : \applications\drone-command\src\api\dataCockpit\index.js
 * @Description  : 
 * Copyright 2026 OBKoro1, All Rights Reserved. 
@@ -75,10 +75,11 @@
}
// 数据驾驶舱地图聚合
export const cockpitAggregationApi = () => {
export const cockpitAggregationApi = (params) => {
   return request({
      url: '/drone-fw/device/fwDevice/statisticalDeviceOut',
      method: 'get'
      method: 'get',
      params
   })
}