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 },