From 8f560e479082084987d3d7521a7f42df7da72eba Mon Sep 17 00:00:00 2001 From: chenzeping <ChenZeping02609@163.com> Date: 星期三, 31 三月 2021 18:01:15 +0800 Subject: [PATCH] Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into develop --- src/api/mapApi.js | 14 +++++++++++++- 1 files changed, 13 insertions(+), 1 deletions(-) diff --git a/src/api/mapApi.js b/src/api/mapApi.js index 46ef340..cebf2b3 100644 --- a/src/api/mapApi.js +++ b/src/api/mapApi.js @@ -12,7 +12,19 @@ getUser (data) { return axios.get(mapUrl.GetUser, data) }, + getSolidWaste (data) { + return axios.get(mapUrl.getSolidWaste, data) + }, getWasteWater (data) { - return axios.get(mapUrl.GetWasteWater, data) + return axios.get(mapUrl.getWasteWater, data) + }, + getSolidWasteBaseInfo (data) { + return axios.get(mapUrl.getSolidWasteBaseInfo, data) + }, + GetWasteGas (data) { + return axios.get(mapUrl.GetWasteGas, data) + }, + getCompany (data) { + return axios.get(mapUrl.getCompany, data) } } -- Gitblit v1.8.0