role1.0
fanluyan 1 year ago
parent e3b7b79e74
commit 6a6cc213e5

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

Loading…
Cancel
Save