diff --git a/conf/config.js b/conf/config.js index 08de270..1c26f04 100644 --- a/conf/config.js +++ b/conf/config.js @@ -17,12 +17,12 @@ let baseUrl = '/'; // 腾讯地图Key, h5使用 let QQMapKey = ''; -let commonBaseUrl= 'http://wuye.bazhuayuwulianwang.cn/'; +let commonBaseUrl= 'http://demo.homecommunity.cn/'; // #ifndef H5 //服务器域名 小程序 或者 app 时 后端地址 //let baseUrl = 'http://demo.homecommunity.cn/'; -let baseUrl = 'http://wuye.bazhuayuwulianwang.cn/'; +let baseUrl = 'http://demo.homecommunity.cn/'; // #endif //app支付时这里需要填写支付秘钥 diff --git a/manifest.json b/manifest.json index 61c662b..24746d4 100644 --- a/manifest.json +++ b/manifest.json @@ -59,7 +59,7 @@ "quickapp" : {}, /* 小程序特有相关 */ "mp-weixin" : { - "appid" : "wx51928a551d68ebf2", + "appid" : "wxcd8b8c8a0a849145", "setting" : { "urlCheck" : false },