From b4c2a72c10bccf6e9a98d0d276ace3db6a21afd5 Mon Sep 17 00:00:00 2001 From: 徐旺旺 <11530253@qq.com> Date: 星期一, 29 三月 2021 18:36:07 +0800 Subject: [PATCH] 图层加多了 --- src/api/request.js | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/src/api/request.js b/src/api/request.js index 315f29b..38364ca 100644 --- a/src/api/request.js +++ b/src/api/request.js @@ -8,3 +8,17 @@ } }) } +export const FlueGas = (data = {}) => { + return $http.post('/EPInterface/DataService/EPMapService.asmx/ObtainningConInfo', Qs.stringify(data), { + headers: { + 'Content-Type': 'application/json' + } + }) +} +export function requestWasteWater (data = {}) { + return $http.post('EPInterface/DataService/EPMapService.asmx/ObtainningConInfo', Qs.stringify(data), { + headers: { + 'Content-Type': 'application/json' + } + }) +} -- Gitblit v1.8.0