无人机管理后台前端(已迁走)
chenyao
2025-07-21 84d3ca7935f6cd913699cc5506cdc42a94fed640
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({
@@ -97,4 +105,21 @@
      areaCode
    },
  });
};
};
// 任务成果
export const getdisposeApi = data => {
   return request({
      url: `/drone-device-core/jobEvent/eventStatusLine`,
      method: 'post',
      data,
   })
}
// 任务成果
export const gettaskOutcomApi = data => {
   return request({
      url: `/blade-resource/attach/getManageAttachTypeStatistics`,
      method: 'post',
      data,
   })
}