Commit ae87b136 by 李乾广

Merge branch 'qxh-master' of http://git.keliuyun.com:55676/jiaxiuc123/miniProject into qxh-master

2 parents 482006e8 c688fafe
...@@ -47,7 +47,7 @@ export default { ...@@ -47,7 +47,7 @@ export default {
this.init(this.playUrl); this.init(this.playUrl);
// console.log('mounted', window.JessibucaPro.EVENTS); // console.log('mounted', window.JessibucaPro.EVENTS);
}, },
unmounted() { beforeDestroy() {
this.destroy(); this.destroy();
}, },
methods:{ methods:{
...@@ -77,7 +77,7 @@ export default { ...@@ -77,7 +77,7 @@ export default {
loadingText: '加载中...', loadingText: '加载中...',
controlAutoHide: true, controlAutoHide: true,
supportDblclickFullscreen: false, supportDblclickFullscreen: false,
showBandwidth: false, // 显示网速 showBandwidth: true, // 显示网速
fullscreenWatermarkConfig: { fullscreenWatermarkConfig: {
text: this.watermarkText || '', text: this.watermarkText || '',
}, },
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!