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", + // }, }); } //获取所有杆塔下的图片列表,实时监控