diff --git a/api/v2Community.js b/api/v2Community.js index f5208787..bbf3a05e 100644 --- a/api/v2Community.js +++ b/api/v2Community.js @@ -9,4 +9,10 @@ export const apiArr = { workOrderCrudDispatch: '/api/v2/wechat/work-order-crud/dispatch', // 人员派单 workOrderCrudAccept: '/api/v2/wechat/work-order-crud/accept', // 人员接单 workOrderCrudUpdate: '/api/v2/wechat/work-order-crud/worker/update', // 工作人员更新工单 + + navPage: '/api/v2/wechat/community-navigation-crud/page', // 小区图标导航信息分页 + advPage: '/api/v2/wechat/community-advertisement-crud/page', // 小区广告信息分页 + + categoryPage: '/api/v2/wechat/announcement-category-crud/page', // 公告分类信息分页 + infoPage: '/api/v2/wechat/announcement-crud/page', // 公告信息分页 }; diff --git a/packages/community/addCommunity/index.vue b/packages/community/addCommunity/index.vue index 55b2811b..0618585c 100644 --- a/packages/community/addCommunity/index.vue +++ b/packages/community/addCommunity/index.vue @@ -126,7 +126,7 @@ icon: "none", duration: 2000 }); - NavgateTo("packages/community/myCommunity/index") + NavgateTo("/packages/community/myCommunity/index") }) }, choseCommunity() { diff --git a/packages/community/index/index.vue b/packages/community/index/index.vue index 374d32b1..b0ee4067 100644 --- a/packages/community/index/index.vue +++ b/packages/community/index/index.vue @@ -3,74 +3,68 @@