From 99b4d1539059e11826f98fccd746644637a157fc Mon Sep 17 00:00:00 2001 From: wangqi <magical1908@outlook.com> Date: 星期一, 29 三月 2021 10:35:59 +0800 Subject: [PATCH] 废气点加载 --- src/api/request.js | 19 +++++++++++++++++++ 1 files changed, 19 insertions(+), 0 deletions(-) diff --git a/src/api/request.js b/src/api/request.js index 315f29b..a27be63 100644 --- a/src/api/request.js +++ b/src/api/request.js @@ -8,3 +8,22 @@ } }) } +export const FlueGas = (url) => { + return $http.get('./static/airQuality.json') +} +// export function FlueGas () { +// return axios.post('http://10.246.162.140:8080/EPInterface/DataService/EPMapService.asmx/ObtainningConInfo', { +// companyId: 3900100145, +// id: '', +// monType: 2, +// userCode: 'wenchun.deng', +// monDuration: '', +// epName: '', +// secdDeptId: '', +// contrLevel: '', +// dataStatus: '', +// dataFlag: '', +// runStatus: '', +// emissTypeId: '' +// }) +// } -- Gitblit v1.8.0