From 2211e48347fe38b59e3d7f8f798ec4e03f131f7d Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 25 Dec 2024 15:09:21 +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