From 78cf48e549744f34cc38f3d5af23cf4f537b65db Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Tue, 08 Apr 2025 08:47:15 +0800
Subject: [PATCH] feat: 巡检任务弹框文件

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

diff --git a/src/api/home/common.js b/src/api/home/common.js
index 73d5b78..9a56796 100644
--- a/src/api/home/common.js
+++ b/src/api/home/common.js
@@ -25,3 +25,11 @@
 		params,
 	})
 }
+// 获取天气建议
+export const getDroneSuggest = params => {
+	return request({
+		url: `/drone-device-core/dp/home/getDroneSuggest`,
+		method: 'get',
+		params,
+	})
+}

--
Gitblit v1.9.3