mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-06-11 06:07:24 +08:00
优化代码
This commit is contained in:
parent
93061d43e4
commit
f00940960f
@ -135,7 +135,7 @@ export default {
|
|||||||
// 空置房跟踪记录详情
|
// 空置房跟踪记录详情
|
||||||
listApplyRoomDiscountRecordDetail: baseUrl + "app/applyRoomDiscountRecord/queryApplyRoomDiscountRecordDetail",
|
listApplyRoomDiscountRecordDetail: baseUrl + "app/applyRoomDiscountRecord/queryApplyRoomDiscountRecordDetail",
|
||||||
// 查询房屋费用项
|
// 查询房屋费用项
|
||||||
listRoomFee: baseUrl + "callComponent/listRoomFee/list",
|
listRoomFee: baseUrl + "app/fee.listFee",
|
||||||
queryOwnerAccount: baseUrl + "app/account/queryOwnerAccount",
|
queryOwnerAccount: baseUrl + "app/account/queryOwnerAccount",
|
||||||
queryOwnerAccountDetail: baseUrl + "app/account/queryOwnerAccountDetail",
|
queryOwnerAccountDetail: baseUrl + "app/account/queryOwnerAccountDetail",
|
||||||
ownerCommunity: baseUrl + "app/owner.ownerCommunity",
|
ownerCommunity: baseUrl + "app/owner.ownerCommunity",
|
||||||
@ -144,9 +144,9 @@ export default {
|
|||||||
queryHousekeepingType: baseUrl + 'app/housekeepingType/queryHousekeepingType',
|
queryHousekeepingType: baseUrl + 'app/housekeepingType/queryHousekeepingType',
|
||||||
queryMainCategory: baseUrl + "app/productCategory/queryMainCategoryAllGoods",
|
queryMainCategory: baseUrl + "app/productCategory/queryMainCategoryAllGoods",
|
||||||
queryShopCommunity: baseUrl + "app/shop/queryShopCommunity",
|
queryShopCommunity: baseUrl + "app/shop/queryShopCommunity",
|
||||||
saveAddVisit: baseUrl + "callComponent/addVisit/save",
|
saveAddVisit: baseUrl + "app/visit.saveVisit",
|
||||||
queryReportInfoAnswerByOpenId : baseUrl + "app/reportInfoAnswer/queryReportInfoAnswerByOpenId",
|
queryReportInfoAnswerByOpenId : baseUrl + "app/reportInfoAnswer/queryReportInfoAnswerByOpenId",
|
||||||
listOwnerVisit: baseUrl + "callComponent/visitManage/list",
|
listOwnerVisit: baseUrl + "app/visit.listVisits",
|
||||||
listSystemInfo:baseUrl+"app/system.listSystemInfo",
|
listSystemInfo:baseUrl+"app/system.listSystemInfo",
|
||||||
|
|
||||||
NEED_NOT_LOGIN_PAGE: [
|
NEED_NOT_LOGIN_PAGE: [
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user