From c7239ce3f4c4c13a6fbfcee2a9275bb4ee2a8fab Mon Sep 17 00:00:00 2001 From: Austin Date: Sat, 18 Jul 2026 15:06:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/index.ts | 16 +++++++++------- pages/mine/index.vue | 2 +- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/config/index.ts b/config/index.ts index 261ce4e..be282f9 100644 --- a/config/index.ts +++ b/config/index.ts @@ -1,20 +1,20 @@ // #ifdef MP-ALIPAY -// const APP_ID = '123019'; -const APP_ID = '12317'; +const APP_ID = '123019'; +// const APP_ID = '12317'; // #endif // #ifdef MP-WEIXIN -// const APP_ID = '123018'; -const APP_ID = '12316'; +const APP_ID = '123018'; +// const APP_ID = '12316'; // #endif // #ifndef MP-WEIXIN // #ifndef MP-ALIPAY -// const APP_ID = '123018'; -const APP_ID = '12316'; +const APP_ID = '123018'; +// const APP_ID = '12316'; // #endif // #endif export const APP_CONFIG = { - API_BASE_URL: 'https://api.leapy.cn', + API_BASE_URL: 'https://dev.api.leapy.cn', APP_ID, RESOURCE_URL: 'https://resource.leapy.cn/staff/', PROPERTY_IMG_URL: 'https://resource.leapy.cn/', @@ -31,6 +31,8 @@ export const PROPERTY_APP = { ALIPAY_APP_ID: '', BIND_HOUSE_PATH: 'pagesC/certification/index?from=cashier', MINE_PATH: 'pages/mine/mine', + /** 物业基金页(微信端「物业基金」入口) */ + POINTS_PATH: 'pagesE/points/index', WECHAT_APP_ID: 'wx02de0e1de9f4bda3' } as const; diff --git a/pages/mine/index.vue b/pages/mine/index.vue index b7436b2..13e36ed 100644 --- a/pages/mine/index.vue +++ b/pages/mine/index.vue @@ -77,7 +77,7 @@ const refreshPage = async () => { const goPropertyFund = () => { uni.navigateToMiniProgram({ appId: PROPERTY_APP.APP_ID, - path: PROPERTY_APP.MINE_PATH, + path: PROPERTY_APP.POINTS_PATH, extraData: { from: 'cashier' }, envVersion: APP_CONFIG.API_BASE_URL.includes('dev.') ? 'trial' : 'release', fail: () => {