无人机管理后台前端(已迁走)
张含笑
2025-07-17 3563d2022f499ba185fd747989a191ef9275383a
src/api/home/index.js
@@ -56,6 +56,14 @@
    data,
  });
};
// 飞行统计111
export const tongjiNestApi = data => {
   return request({
      url: `/drone-device-core/manage/api/v1/devices/getAllDeviceStatistics`,
      method: 'post',
      data,
   })
}
// 飞行时长 里程 任务数
export const getFlyTime = data => {
  return request({