From e9c97388f4c2c789e0eaabc4c4ae2fc42eb4026c Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Mon, 02 Dec 2024 21:25:33 +0800
Subject: [PATCH] 页面样式

---
 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