From edb0f849ff83afbb8468cb014c896c2345153a34 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 25 Nov 2024 15:32:32 +0800
Subject: [PATCH] Merge branch 'main' of http://139.196.74.78:10010/r/zhyq/bigScreen
---
src/api/space/space.js | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/src/api/space/space.js b/src/api/space/space.js
index b6c5fb0..59ad24a 100644
--- a/src/api/space/space.js
+++ b/src/api/space/space.js
@@ -19,4 +19,12 @@
method: 'get',
params,
});
+};
+export const getGouQu = (params) => {
+ const url = `/yw/emergencySpace/page`;
+ return request({
+ url,
+ method: 'get',
+ params,
+ });
};
\ No newline at end of file
--
Gitblit v1.9.3