From 003ec8342f446b977e3674940a1c2f2867ad861c Mon Sep 17 00:00:00 2001 From: chenzeping <ChenZeping02609@163.com> Date: 星期三, 31 三月 2021 15:35:13 +0800 Subject: [PATCH] Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into develop --- src/api/mapApi.js | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/src/api/mapApi.js b/src/api/mapApi.js index ce6c47f..02f2e6b 100644 --- a/src/api/mapApi.js +++ b/src/api/mapApi.js @@ -14,5 +14,12 @@ }, getSolidWaste (data) { return axios.get(mapUrl.getSolidWaste, data) + }, + getSolidWasteBaseInfo (data) { + return axios.get(mapUrl.getSolidWasteBaseInfo, data) + }, + GetWasteGas (data) { + return axios.get(mapUrl.GetWasteGas, data) } + } -- Gitblit v1.8.0