From da05924a21339333005dd19bd7736786ba983e19 Mon Sep 17 00:00:00 2001 From: chenzeping <ChenZeping02609@163.com> Date: 星期一, 29 三月 2021 10:38:06 +0800 Subject: [PATCH] Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into develop --- 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