From b2481ff85f063921a379a634ef70ced897e59a60 Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Thu, 15 Dec 2022 14:03:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- constant/url.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constant/url.js b/constant/url.js index 6ea36e3..c1fb9ea 100755 --- a/constant/url.js +++ b/constant/url.js @@ -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', //业主注册