From c7140e8e3f979b212be1f7006bf1415a1ad4595b Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期一, 14 十月 2024 16:17:25 +0800
Subject: [PATCH] #

---
 zy-acs-flow/src/map/http.js |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/zy-acs-flow/src/map/http.js b/zy-acs-flow/src/map/http.js
index 0b4f125..109bd7a 100644
--- a/zy-acs-flow/src/map/http.js
+++ b/zy-acs-flow/src/map/http.js
@@ -18,9 +18,7 @@
     await request.post('/map/data/fetch', {
         zoneId: zoneId
     }, {
-        headers: {
-            'Content-Type': 'application/x-www-form-urlencoded'
-        }
+        headers: { 'Content-Type': 'application/x-www-form-urlencoded' }
     }).then((res) => {
         const { code, msg, data: { common, point } } = res.data;
         if (code === 200) {

--
Gitblit v1.9.1