吉安感知网项目-前端
shuishen
2026-01-19 b4e68fecacb6fcd2ed87173f8b4d3451a2ecceb9
applications/drone-command/src/api/dataCockpit/index.js
@@ -52,3 +52,20 @@
      method: 'get'
   })
}
// 数据驾驶舱地图聚合
export const cockpitAggregationApi = () => {
   return request({
      url: '/drone-fw/device/fwDevice/statisticalDeviceOut',
      method: 'get'
   })
}
// 区域列表
export const areaDivideListApi = (params) => {
   return request({
      url: '/drone-fw/area/fwAreaDivide/list',
      method: 'get',
      params
   })
}