From 65113eae10994702a740a79e7461539d7bcbba08 Mon Sep 17 00:00:00 2001 From: zhangshuaibao <15731629597@163.com> Date: 星期三, 31 三月 2021 19:02:30 +0800 Subject: [PATCH] Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into develop --- src/api/request.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/api/request.js b/src/api/request.js index 5db8fa9..acdca70 100644 --- a/src/api/request.js +++ b/src/api/request.js @@ -9,7 +9,7 @@ }) } export const FlueGas = (data = {}) => { - return $http.post('/EPInterface/DataService/EPMapService.asmx/ObtainningConInfo', Qs.stringify(data), { + return $http.post('http://10.246.162.140:8080/EPInterface/DataService/EPMapService.asmx/ObtainningConInfo', Qs.stringify(data), { headers: { 'Content-Type': 'application/json' } -- Gitblit v1.8.0