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