From 3103b1ed7b3a985638a1d88e1ec5cfcf375d44b5 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期一, 14 十月 2024 14:56:46 +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