From d81e0d9b098a0923194435bcb82b6b8746a9be8b Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Sun, 29 Sep 2024 16:18:53 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E6=9C=80=E5=A4=A7=E9=99=90?= =?UTF-8?q?=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- conf/config.js | 4 ++-- manifest.json | 2 +- pages/owner/owner.vue | 3 +++ 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/conf/config.js b/conf/config.js index 24c3e68..844ce4b 100644 --- a/conf/config.js +++ b/conf/config.js @@ -17,12 +17,12 @@ let baseUrl = '/'; // 腾讯地图Key, h5使用 let QQMapKey = ''; -let commonBaseUrl= 'https://wuye.aiannet.com/'; +let commonBaseUrl= 'https://wuye.yunxiaowuye.com/'; // #ifndef H5 //服务器域名 小程序 或者 app 时 后端地址 //let baseUrl = 'http://demo.homecommunity.cn/'; -let baseUrl = 'https://wuye.aiannet.com/'; +let baseUrl = 'https://wuye.yunxiaowuye.com/'; // #endif //app支付时这里需要填写支付秘钥 diff --git a/manifest.json b/manifest.json index d43704b..9e14aed 100644 --- a/manifest.json +++ b/manifest.json @@ -59,7 +59,7 @@ "quickapp" : {}, /* 小程序特有相关 */ "mp-weixin" : { - "appid" : "wx756f290c9a275224", + "appid" : "wx5281481254c64034", "setting" : { "urlCheck" : false }, diff --git a/pages/owner/owner.vue b/pages/owner/owner.vue index 378c1e0..23c34ec 100644 --- a/pages/owner/owner.vue +++ b/pages/owner/owner.vue @@ -95,6 +95,9 @@ } }, onLoad() { + + }, + onShow() { this._queryOwner(); this.noFace = conf.commonBaseUrl+"/img/noPhoto.jpg"; },