mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-23 21:36:38 +08:00
优化代码
This commit is contained in:
parent
b1bf62fab8
commit
5171d1c272
@ -13,7 +13,7 @@ export default {
|
|||||||
saveOwnerRepair: baseUrl + 'app/ownerRepair.saveOwnerRepair', //报修
|
saveOwnerRepair: baseUrl + 'app/ownerRepair.saveOwnerRepair', //报修
|
||||||
listOwnerRepairs: baseUrl + 'app/ownerRepair.listOwnerRepairs', //查询报修
|
listOwnerRepairs: baseUrl + 'app/ownerRepair.listOwnerRepairs', //查询报修
|
||||||
saveOwner: baseUrl + 'app/owner.saveOwnerMember', //家庭成员列表
|
saveOwner: baseUrl + 'app/owner.saveOwnerMember', //家庭成员列表
|
||||||
queryOwnerMembers: baseUrl + 'app/owner.queryOwnerMembers', //投诉建议列表
|
queryOwnerMembers: baseUrl + 'app/owner.queryAppOwnerMembers', //投诉建议列表
|
||||||
listComplaints: baseUrl + 'app/complaint.queryUserComplaints', //添加投诉建议
|
listComplaints: baseUrl + 'app/complaint.queryUserComplaints', //添加投诉建议
|
||||||
listComplaintEvent: baseUrl + 'app/complaint.listComplaintEvent', //添加投诉建议
|
listComplaintEvent: baseUrl + 'app/complaint.listComplaintEvent', //添加投诉建议
|
||||||
saveComplaintAppraise: baseUrl + 'app/complaintAppraise.saveComplaintAppraise', //添加投诉建议
|
saveComplaintAppraise: baseUrl + 'app/complaintAppraise.saveComplaintAppraise', //添加投诉建议
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user