From 2aa560e081f1218e239c4c66eaa54bc88d0e7527 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AF=85?= <1335909236@qq.com> Date: Tue, 8 Jul 2025 16:27:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=91=E7=9A=84=E5=B0=8F=E5=8C=BA=20-=20?= =?UTF-8?q?=E5=85=AC=E5=91=8A=E9=83=A8=E5=88=86=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/v2Community.js | 6 + packages/community/addCommunity/index.vue | 2 +- packages/community/index/index.vue | 335 +++++++++++++++++----- packages/community/myCommunity/index.vue | 6 +- 4 files changed, 275 insertions(+), 74 deletions(-) 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 @@