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

@ -62,11 +62,12 @@ export function updateUserApi(data) {
export function getdyTreeListJoggle(data) { export function getdyTreeListJoggle(data) {
return request({ return request({
url: "/xymanager/getdyTreeList", url: "/xymanager/getdyTreeList",
method: "get", method: "post",
params: data, data,
headers: { // params: data,
"Content-Type": "application/x-www-form-urlencoded;charset=UTF-8", // headers: {
}, // "Content-Type": "application/x-www-form-urlencoded;charset=UTF-8",
// },
}); });
} }
//获取所有杆塔下的图片列表,实时监控 //获取所有杆塔下的图片列表,实时监控

Loading…
Cancel
Save