优化代码

This commit is contained in:
java110 2022-07-21 15:20:40 +08:00
parent 6a8fb134c1
commit 664dd3e41d
2 changed files with 2 additions and 2 deletions

View File

@ -110,7 +110,7 @@
}
}
//发送get请求
vc.http.apiGet('/room.queryRooms',
vc.http.apiGet('/room.queryRoomsTree',
param,
function(json, res) {
let listRoomData = JSON.parse(json);

View File

@ -102,7 +102,7 @@
}
}
//发送get请求
vc.http.apiGet('/room.queryRooms',
vc.http.apiGet('/room.queryRoomsTree',
param,
function(json, res) {
let listRoomData = JSON.parse(json);