From 46b7f9c0fc06e2d3377c894d37fd4f2704a2ca1b Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Wed, 19 Feb 2025 14:52:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=99=BB=E9=99=86=E6=B2=A1?= =?UTF-8?q?=E6=9C=89=E5=B0=8F=E5=8C=BA=E6=97=B6=EF=BC=8C=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E6=B2=A1=E6=9C=89=E5=87=BA=E6=9D=A5=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/community/community.js | 5 +++-- conf/config.js | 4 ++-- manifest.json | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/api/community/community.js b/api/community/community.js index 9977120..e00509b 100644 --- a/api/community/community.js +++ b/api/community/community.js @@ -60,8 +60,9 @@ export function getCommunity(reload, _condition) { let data = res.data; if (data.total < 1) { uni.showToast({ - icon: none, - title: '当前员工还没有隶属小区,请先去后台添加' + icon: "none", + title: '当前员工还没有隶属小区,请先去后台添加', + duration:5000 }); return; } diff --git a/conf/config.js b/conf/config.js index b3bff72..378ddc7 100644 --- a/conf/config.js +++ b/conf/config.js @@ -17,12 +17,12 @@ let baseUrl = '/'; // 腾讯地图Key, h5使用 let QQMapKey = ''; -let commonBaseUrl= 'http://wuye.ebl100.com/'; +let commonBaseUrl= 'https://www.shuimuwy.com/'; // #ifndef H5 //服务器域名 小程序 或者 app 时 后端地址 //let baseUrl = 'http://demo.homecommunity.cn/'; -let baseUrl = 'http://wuye.ebl100.com/'; +let baseUrl = 'https://www.shuimuwy.com/'; // #endif //app支付时这里需要填写支付秘钥 diff --git a/manifest.json b/manifest.json index 360bfd4..eee2ef9 100644 --- a/manifest.json +++ b/manifest.json @@ -59,7 +59,7 @@ "quickapp" : {}, /* 小程序特有相关 */ "mp-weixin" : { - "appid" : "wxee2d6a78b91584c2", + "appid" : "wx0a08dd8124d7f04f", "setting" : { "urlCheck" : false },