From 0f48a555610e595eca25c73a74dff6bd49897eec Mon Sep 17 00:00:00 2001
From: zhangshuaibao <15731629597@163.com>
Date: 星期三, 31 三月 2021 15:49:22 +0800
Subject: [PATCH] Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into develop

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

diff --git a/src/api/mapApi.js b/src/api/mapApi.js
index ce6c47f..9ed8266 100644
--- a/src/api/mapApi.js
+++ b/src/api/mapApi.js
@@ -14,5 +14,14 @@
   },
   getSolidWaste (data) {
     return axios.get(mapUrl.getSolidWaste, data)
+  },
+  getWasteWater (data) {
+    return axios.get(mapUrl.getWasteWater, data)
+  },
+  getSolidWasteBaseInfo (data) {
+    return axios.get(mapUrl.getSolidWasteBaseInfo, data)
+  },
+  GetWasteGas (data) {
+    return axios.get(mapUrl.GetWasteGas, data)
   }
 }

--
Gitblit v1.8.0