From 0039429882f8434000a0f61d6995324f1589633a Mon Sep 17 00:00:00 2001
From: seatonwan9 <seatonwan9@163.com>
Date: 星期日, 30 五月 2021 13:36:06 +0800
Subject: [PATCH] Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into develop

---
 src/api/request.js |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/api/request.js b/src/api/request.js
index acdca70..0ac2c24 100644
--- a/src/api/request.js
+++ b/src/api/request.js
@@ -23,3 +23,6 @@
     }
   })
 }
+export function reportLocationSearch (data = {}) {
+  return $http.get('http://10.246.133.164//api/search?', data)
+}

--
Gitblit v1.8.0