mirror of
https://gitee.com/java110/PropertyApp.git
synced 2026-02-23 21:36:39 +08:00
设置最大限制
This commit is contained in:
parent
e646d8b9b8
commit
d81e0d9b09
@ -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支付时这里需要填写支付秘钥
|
||||||
|
|||||||
@ -59,7 +59,7 @@
|
|||||||
"quickapp" : {},
|
"quickapp" : {},
|
||||||
/* 小程序特有相关 */
|
/* 小程序特有相关 */
|
||||||
"mp-weixin" : {
|
"mp-weixin" : {
|
||||||
"appid" : "wx756f290c9a275224",
|
"appid" : "wx5281481254c64034",
|
||||||
"setting" : {
|
"setting" : {
|
||||||
"urlCheck" : false
|
"urlCheck" : false
|
||||||
},
|
},
|
||||||
|
|||||||
@ -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";
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user