diff --git a/config/app.js b/config/app.js index b5c3d6b..3c5c1a1 100644 --- a/config/app.js +++ b/config/app.js @@ -15,11 +15,11 @@ let openPlantGrass = '-openPlantGrass-' // 网络接口修改此字符 小程序域名要求https // let httpApi = 'http://192.168.31.106:8324' //测试 -let httpApi = 'https://mer1.crmeb.net/' //生产 +let httpApi = 'https://bt.test.cdlfjy.com/' //生产 // 聊天接口修改此字符 小程序聊天要求wss 例如:wss://mer.crmeb.net // let wsApi = 'ws://192.168.3.20:8324' -let wsApi = 'wss://mer1.crmeb.net' +let wsApi = 'wss://bt.test.cdlfjy.com' module.exports = { // 请求域名 格式: https://您的域名 diff --git a/manifest.json b/manifest.json index 08ba5d1..a7747f3 100644 --- a/manifest.json +++ b/manifest.json @@ -158,7 +158,7 @@ "quickapp" : {}, /* 小程序特有相关 */ "mp-weixin" : { - "appid" : "wx5fb1cc8edb3f8baa", + "appid" : "wx10df35b8f8f07887", "setting" : { "urlCheck" : false, "minified" : true, diff --git a/pages.json b/pages.json index 8c988ce..b7b9b85 100644 --- a/pages.json +++ b/pages.json @@ -891,13 +891,13 @@ } } ] - , - "plugins": { - "live-player-plugin": { - "version": "1.3.2", - "provider": "wx2b03c6e691cd7370" - } - } +// , +// "plugins": { +// "live-player-plugin": { +// "version": "1.3.2", +// "provider": "wx10df35b8f8f07887" +// } +// } }, { "root": "pages/chat", diff --git a/pages/activity/liveBroadcast/index.vue b/pages/activity/liveBroadcast/index.vue index a4a6f63..211480e 100644 --- a/pages/activity/liveBroadcast/index.vue +++ b/pages/activity/liveBroadcast/index.vue @@ -3,7 +3,7 @@ - + diff --git a/pages/index/component/liveBroadcast.vue b/pages/index/component/liveBroadcast.vue index 65a0d41..53bcb3a 100644 --- a/pages/index/component/liveBroadcast.vue +++ b/pages/index/component/liveBroadcast.vue @@ -14,7 +14,7 @@ - + - + 预告 @@ -98,7 +98,7 @@ - + 预告 @@ -195,7 +195,7 @@ res.data.list.forEach(val => { val.link = (val.live_status == 103 && val.replay_status) || val.live_status === 101 || val.live_status === 102 - ? 'plugin-private://wx2b03c6e691cd7370/pages/live-player-plugin?room_id=' + val.room_id + ? 'plugin-private://wx10df35b8f8f07887/pages/live-player-plugin?room_id=' + val.room_id : ''; }); that.$set(that,'liveList',res.data.list) diff --git a/project.config.json b/project.config.json index 46816f3..4a9a2b6 100644 --- a/project.config.json +++ b/project.config.json @@ -45,7 +45,7 @@ }, "compileType": "miniprogram", "libVersion": "2.14.3", - "appid": "wx5fb1cc8edb3f8baa", + "appid": "wx10df35b8f8f07887", "projectname": "crmeb_merchant_h5", "simulatorType": "wechat", "simulatorPluginLibVersion": {},