From 9bef0f01f093badb5e2b66fdd132da78d5df5d6c Mon Sep 17 00:00:00 2001
From: wangqi <magical1908@outlook.com>
Date: 星期三, 31 三月 2021 11:20:04 +0800
Subject: [PATCH] 修改文件接口路徑

---
 src/api/request.js |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/api/request.js b/src/api/request.js
index 445b185..38364ca 100644
--- a/src/api/request.js
+++ b/src/api/request.js
@@ -15,3 +15,10 @@
     }
   })
 }
+export function requestWasteWater (data = {}) {
+  return $http.post('EPInterface/DataService/EPMapService.asmx/ObtainningConInfo', Qs.stringify(data), {
+    headers: {
+      'Content-Type': 'application/json'
+    }
+  })
+}

--
Gitblit v1.8.0