From 6a6cc213e580ada3b97d14ccecff04424834f192 Mon Sep 17 00:00:00 2001 From: fanluyan <754122931@qq.com> Date: Tue, 16 Apr 2024 14:16:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/api/index.js | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/utils/api/index.js b/src/utils/api/index.js index ddc0ec4..b5d2e8e 100644 --- a/src/utils/api/index.js +++ b/src/utils/api/index.js @@ -62,11 +62,12 @@ export function updateUserApi(data) { export function getdyTreeListJoggle(data) { return request({ url: "/xymanager/getdyTreeList", - method: "get", - params: data, - headers: { - "Content-Type": "application/x-www-form-urlencoded;charset=UTF-8", - }, + method: "post", + data, + // params: data, + // headers: { + // "Content-Type": "application/x-www-form-urlencoded;charset=UTF-8", + // }, }); } //获取所有杆塔下的图片列表,实时监控