From 84d3ca7935f6cd913699cc5506cdc42a94fed640 Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Mon, 21 Jul 2025 09:28:05 +0800
Subject: [PATCH] Merge branch 'dev' of http://139.196.74.78:10010/r/drone/drone-web-manage into dev

---
 src/api/home/index.js |   27 ++++++++++++++++++++++++++-
 1 files changed, 26 insertions(+), 1 deletions(-)

diff --git a/src/api/home/index.js b/src/api/home/index.js
index 5c22844..c5c1d1a 100644
--- a/src/api/home/index.js
+++ b/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
     },
   });
-};
\ No newline at end of file
+};
+
+// 任务成果
+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,
+	})
+}
\ No newline at end of file

--
Gitblit v1.9.3