Commit 7dcb701a by 李乾广

修改bug

1 parent fef9cedd
......@@ -95,15 +95,15 @@ export default {
text: this.watermarkText || '',
},
operateBtns: {
play: !this.isXCXPage,
audio: !this.isXCXPage,
play: true,
audio: true,
ptz: this.showPtz, // 云台
zoom: !this.isXCXPage,// 电子放大
zoom: true,// 电子放大
performance: !this.isXCXPage, // 视频流信息展示
record: !this.isXCXPage, // 录制
scale: !this.isXCXPage, // 显示模式:拉伸、缩放、正常
record: true, // 录制
scale: true, // 显示模式:拉伸、缩放、正常
},
extendOperateBtns: this.isXCXPage?[]:[getRotateConfig.call(this), getMirrorRotate.call(this)],
extendOperateBtns: [getRotateConfig.call(this), getMirrorRotate.call(this)],
});
console.log('init-options', options);
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!