设置最大限制

This commit is contained in:
wuxw 2024-09-29 16:18:53 +08:00
parent e646d8b9b8
commit d81e0d9b09
3 changed files with 6 additions and 3 deletions

View File

@ -17,12 +17,12 @@ let baseUrl = '/';
// 腾讯地图Key, h5使用 // 腾讯地图Key, h5使用
let QQMapKey = ''; let QQMapKey = '';
let commonBaseUrl= 'https://wuye.aiannet.com/'; let commonBaseUrl= 'https://wuye.yunxiaowuye.com/';
// #ifndef H5 // #ifndef H5
//服务器域名 小程序 或者 app 时 后端地址 //服务器域名 小程序 或者 app 时 后端地址
//let baseUrl = 'http://demo.homecommunity.cn/'; //let baseUrl = 'http://demo.homecommunity.cn/';
let baseUrl = 'https://wuye.aiannet.com/'; let baseUrl = 'https://wuye.yunxiaowuye.com/';
// #endif // #endif
//app支付时这里需要填写支付秘钥 //app支付时这里需要填写支付秘钥

View File

@ -59,7 +59,7 @@
"quickapp" : {}, "quickapp" : {},
/* */ /* */
"mp-weixin" : { "mp-weixin" : {
"appid" : "wx756f290c9a275224", "appid" : "wx5281481254c64034",
"setting" : { "setting" : {
"urlCheck" : false "urlCheck" : false
}, },

View File

@ -95,6 +95,9 @@
} }
}, },
onLoad() { onLoad() {
},
onShow() {
this._queryOwner(); this._queryOwner();
this.noFace = conf.commonBaseUrl+"/img/noPhoto.jpg"; this.noFace = conf.commonBaseUrl+"/img/noPhoto.jpg";
}, },