From 3f435173d4aa85d4cc1b2ce27aae81f3e5b042ea Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 21 Apr 2025 17:33:15 +0800
Subject: [PATCH] Merge branch 'dev' of http://139.196.74.78:10010/r/drone/command-center-dashboard into feature_1.0.0

---
 src/api/home/event.js |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/src/api/home/event.js b/src/api/home/event.js
index 5f83f06..3d92f53 100644
--- a/src/api/home/event.js
+++ b/src/api/home/event.js
@@ -55,3 +55,11 @@
 		data,
 	})
 }
+// 点击图片关联的事件历史图片列表
+export const findImgHistory = id => {
+	return request({
+		url: '/drone-device-core/jobEvent/findImgHistory?eventId='+id,
+		method: 'get',
+	})
+}
+

--
Gitblit v1.9.3