From 4a24f547e1da215d25a88e2e0d79d20e013847c1 Mon Sep 17 00:00:00 2001 From: 徐旺旺 <11530253@qq.com> Date: 星期三, 31 三月 2021 15:39:11 +0800 Subject: [PATCH] 图层配置 --- src/api/request.js | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/src/api/request.js b/src/api/request.js index 445b185..bceceb3 100644 --- a/src/api/request.js +++ b/src/api/request.js @@ -8,6 +8,13 @@ } }) } +// export const QueryStoragePlaceListByCompanyAndName = (data = {}) => { +// return $http.get('http://xearth.cn:3000/wasteSolid/getSolidWaste', Qs.stringify(data), { +// headers: { +// 'Content-Type': 'application/json' +// } +// }) +// } export const FlueGas = (data = {}) => { return $http.post('/EPInterface/DataService/EPMapService.asmx/ObtainningConInfo', Qs.stringify(data), { headers: { @@ -15,3 +22,11 @@ } }) } + +export function requestWasteWater (data = {}) { + return $http.post('EPInterface/DataService/EPMapService.asmx/ObtainningConInfo', Qs.stringify(data), { + headers: { + 'Content-Type': 'application/json' + } + }) +} -- Gitblit v1.8.0