diff --git a/api/v2Community.js b/api/v2Community.js index 5acfdfae..ec0a5d33 100644 --- a/api/v2Community.js +++ b/api/v2Community.js @@ -19,4 +19,7 @@ export const apiArr = { categoryPage: '/api/v2/wechat/announcement-category-crud/page', // 公告分类信息分页 infoPage: '/api/v2/wechat/announcement-crud/page', // 公告信息分页 getAnnounceInfo:"/api/v2/wechat/announcement-crud/info" ,//公告详情 + + getGovernmentByRoom:"/api/v2/wechat/government-housing-fund-flow-crud/room", //根据房源获取公积金信息 + }; diff --git a/packages/community/index/index.vue b/packages/community/index/index.vue index 5085bcd9..cae114f6 100644 --- a/packages/community/index/index.vue +++ b/packages/community/index/index.vue @@ -2,7 +2,7 @@