From 5efc49ba8e239e1ed52a260a1d198064c3909caa Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Fri, 7 Nov 2025 11:45:29 +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 --- components/my/my-menu.vue | 4 ++-- conf/config.js | 6 +++--- pages.json | 12 ++++++------ pages/applyRoom/applyRoomDetail.vue | 2 +- pages/homemaking/homemaking.vue | 2 +- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/components/my/my-menu.vue b/components/my/my-menu.vue index a783ef0..835a39a 100644 --- a/components/my/my-menu.vue +++ b/components/my/my-menu.vue @@ -12,7 +12,7 @@ - + diff --git a/conf/config.js b/conf/config.js index bed0e05..ddbd990 100644 --- a/conf/config.js +++ b/conf/config.js @@ -15,13 +15,13 @@ const baseUrl = '/'; // #ifndef H5 //服务器域名 小程序 或者 app 时 后端地址 -const baseUrl = 'http://demo.homecommunity.cn/'; +const baseUrl = 'http://wuye.himac.cloud/'; // #endif -let commonBaseUrl = 'http://demo.homecommunity.cn/'; +let commonBaseUrl = 'http://wuye.himac.cloud/'; //商城的url -let mallUrl = 'http://mallapp.homecommunity.cn/'; +let mallUrl = 'http://mallapp.himac.cloud/'; //商城小程序ID let mallMinAppId = "xx"; diff --git a/pages.json b/pages.json index e7e5113..c644baf 100644 --- a/pages.json +++ b/pages.json @@ -1116,12 +1116,12 @@ "iconPath": "static/images/rent.png", "selectedIconPath": "static/images/rent-selected.png" }, - // { - // "pagePath": "pages/mall/mall", - // "text": "商圈", - // "iconPath": "static/images/market.png", - // "selectedIconPath": "static/images/market-selected.png" - // }, + { + "pagePath": "pages/mall/mall", + "text": "商圈", + "iconPath": "static/images/market.png", + "selectedIconPath": "static/images/market-selected.png" + }, { "pagePath": "pages/my/my", "text": "我的", diff --git a/pages/applyRoom/applyRoomDetail.vue b/pages/applyRoom/applyRoomDetail.vue index 03fa094..4a3ccb6 100644 --- a/pages/applyRoom/applyRoomDetail.vue +++ b/pages/applyRoom/applyRoomDetail.vue @@ -183,7 +183,7 @@ let params = { page: 1, row: 50, - communityId: this.roomDetail.communityId, + communityId: getCommunityId(), payerObjId: this.roomDetail.roomId, state: '2008001' }; diff --git a/pages/homemaking/homemaking.vue b/pages/homemaking/homemaking.vue index 22d01db..3ef939c 100644 --- a/pages/homemaking/homemaking.vue +++ b/pages/homemaking/homemaking.vue @@ -1,7 +1,7 @@