From 512bdb80b47b3ab94db23704f0c069dbce3672cb Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Wed, 26 Apr 2023 15:38:10 +0800
Subject: [PATCH] 社区数据

---
 src/api/dept/index.js |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/api/dept/index.js b/src/api/dept/index.js
index 6f9c8b9..d95243e 100644
--- a/src/api/dept/index.js
+++ b/src/api/dept/index.js
@@ -147,8 +147,8 @@
 export const getSearchExtensivelyBgAoiDeepdata = (ak, region, ids, infos) => {
     return request({
         // url: '/zhs/bs/search',
-        // url: '/data/汇成观邸.json',
-        url: '/data/search.json',
+        url: '/data/汇成观邸.json',
+        // url: '/data/search.json',
         method: 'get',
         // requestBaseUrl: 'fengtDS',
         params: {
@@ -167,11 +167,11 @@
  */
 export const getSearchExtensivelyHousesdata = (ak, region, ids, infos) => {
     return request({
-        url: '/zhs/bs/search',
-        // url: '/data/汇成观邸-户室.json',
+        // url: '/zhs/bs/search',
+        url: '/data/汇成观邸-户室.json',
         // url: '/data/阳光小区独栋.json',
         method: 'get',
-        requestBaseUrl: 'fengtDS',
+        // requestBaseUrl: 'fengtDS',
         params: {
             ak,
             region,

--
Gitblit v1.9.3