From d4e1ca6f1078a8257fcf068f51e03a624b29b3b2 Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: 星期三, 25 十二月 2024 20:18:33 +0800
Subject: [PATCH] 修改bug

---
 src/api/bigScreen/index.ts |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/api/bigScreen/index.ts b/src/api/bigScreen/index.ts
index da3d499..706fdbd 100644
--- a/src/api/bigScreen/index.ts
+++ b/src/api/bigScreen/index.ts
@@ -22,6 +22,13 @@
 				data: data
 			});
 		},
+		getWindNum: (data: object) => {
+			return request({
+				url: import.meta.env.VITE_API_URL + '/gasWarnLog/gasWindRoseByTime',
+				method: 'post',
+				data: data
+			});
+		},
 		getWarningInfo: (data: object) => {
 			return request({
 				url: import.meta.env.VITE_API_URL + '/gasWarnLog/gasWarnLogInfoByTime',

--
Gitblit v1.9.2