From 2219d26b186bd56616fa9b45432837378c894551 Mon Sep 17 00:00:00 2001 From: wangqi <magical1908@outlook.com> Date: 星期三, 31 三月 2021 16:01:11 +0800 Subject: [PATCH] Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into develop --- src/api/mapApi.js | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/api/mapApi.js b/src/api/mapApi.js index 02f2e6b..ef9ea26 100644 --- a/src/api/mapApi.js +++ b/src/api/mapApi.js @@ -20,6 +20,8 @@ }, GetWasteGas (data) { return axios.get(mapUrl.GetWasteGas, data) + }, + getCompany (data) { + return axios.get(mapUrl.getCompany, data) } - } -- Gitblit v1.8.0