From 2ddedb48ebcb4952e57aefe2fa0b2ba8094ea4c0 Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Thu, 17 Apr 2025 13:52:04 +0800
Subject: [PATCH] Merge branch 'master' of http://139.196.74.78:10010/r/drone/command-center-dashboard

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

diff --git a/src/api/home/common.js b/src/api/home/common.js
index 0ebc986..2916599 100644
--- a/src/api/home/common.js
+++ b/src/api/home/common.js
@@ -25,3 +25,18 @@
 		params,
 	})
 }
+// 地址搜索
+export const searchByKeyword = params => {
+	return request({
+		url: `/drone-device-core/map/amap/searchByKeyword?keyword=${params}`,
+		method: 'get',
+	})
+}
+// 机巢搜索
+export const selectDeviceList = data => {
+	return request({
+		url: `/drone-device-core/manage/api/v1/devices/selectDeviceList`,
+		method: 'post',
+		data: data,
+	})
+}

--
Gitblit v1.9.3