From 418eacbf3ee04a6d70ad3c2c6ee6d953be7ee476 Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Wed, 4 Sep 2024 16:48:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- conf/config.js | 4 ++-- manifest.json | 2 +- pages/car/barrierVideo.vue | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/conf/config.js b/conf/config.js index 6e3a7bd..07517f9 100644 --- a/conf/config.js +++ b/conf/config.js @@ -17,12 +17,12 @@ let baseUrl = '/'; // 腾讯地图Key, h5使用 let QQMapKey = ''; -let commonBaseUrl= 'http://demo.homecommunity.cn/'; +let commonBaseUrl= 'https://wuye.huilinwan.cn/'; // #ifndef H5 //服务器域名 小程序 或者 app 时 后端地址 //let baseUrl = 'http://demo.homecommunity.cn/'; -let baseUrl = 'http://localhost:8008/'; +let baseUrl = 'https://wuye.huilinwan.cn/'; // #endif //app支付时这里需要填写支付秘钥 diff --git a/manifest.json b/manifest.json index 360bfd4..d43704b 100644 --- a/manifest.json +++ b/manifest.json @@ -59,7 +59,7 @@ "quickapp" : {}, /* 小程序特有相关 */ "mp-weixin" : { - "appid" : "wxee2d6a78b91584c2", + "appid" : "wx756f290c9a275224", "setting" : { "urlCheck" : false }, diff --git a/pages/car/barrierVideo.vue b/pages/car/barrierVideo.vue index 2a19c5e..a2c5fca 100644 --- a/pages/car/barrierVideo.vue +++ b/pages/car/barrierVideo.vue @@ -32,7 +32,7 @@ }).then(_data => { _that.machines = _data.data; let _url = conf.commonBaseUrl+"/h5/jessibuca/video.html?tt=" - +encodeURI(_data.data.url) + +encodeURIComponent(_data.data.url) +"&time="+new Date().getTime(); _that.url = _url; })