mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-23 21:36:38 +08:00
优化代码
This commit is contained in:
parent
30642c8fa3
commit
b2481ff85f
@ -15,7 +15,7 @@ export default {
|
||||
saveOwner: baseUrl + 'app/owner.saveOwner', //家庭成员列表
|
||||
queryOwnerMembers: baseUrl + 'app/owner.queryOwnerMembers', //投诉建议列表
|
||||
listComplaints: baseUrl + 'app/complaint.listComplaints', //添加投诉建议
|
||||
saveComplaint: baseUrl + 'app/complaint', //查询业主房间
|
||||
saveComplaint: baseUrl + 'app/complaint.saveComplaint', //查询业主房间
|
||||
queryRoomsByOwner: baseUrl + 'app/room.queryRoomsByOwner', //绑定业主
|
||||
appUserBindingOwner: baseUrl + 'app/owner.appUserBindingOwner', //查询绑定业主
|
||||
ownerRegiter: baseUrl + 'app/owner.ownerRegister', //业主注册
|
||||
|
||||
Loading…
Reference in New Issue
Block a user