From eb6674449920c5452811feee3d82f6c6b965089d Mon Sep 17 00:00:00 2001
From: 徐旺旺 <11530253@qq.com>
Date: 星期二, 30 三月 2021 17:05:04 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/develop' into develop
---
src/api/request.js | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/src/api/request.js b/src/api/request.js
index af919c9..9f9091d 100644
--- a/src/api/request.js
+++ b/src/api/request.js
@@ -1,6 +1,5 @@
import $http from '@utils/axios'
import Qs from 'qs'
-// import axios from 'axios'
export const QueryStoragePlaceListByCompanyAndName = (data = {}) => {
return $http.post('/EPInterface/DataService/EPMapService.asmx/QueryStoragePlaceListByCompanyAndName', Qs.stringify(data), {
@@ -9,8 +8,8 @@
}
})
}
-export function FlueGas (data = {}) {
- return $http.post('EPInterface/DataService/EPMapService.asmx/ObtainningConInfo', Qs.stringify(data), {
+export const FlueGas = (data = {}) => {
+ return $http.post('/EPInterface/DataService/EPMapService.asmx/ObtainningConInfo', Qs.stringify(data), {
headers: {
'Content-Type': 'application/json'
}
@@ -22,4 +21,4 @@
'Content-Type': 'application/json'
}
})
-}
+}
\ No newline at end of file
--
Gitblit v1.8.0