Commit 7dcb701a by 李乾广

修改bug

1 parent fef9cedd
...@@ -95,15 +95,15 @@ export default { ...@@ -95,15 +95,15 @@ export default {
text: this.watermarkText || '', text: this.watermarkText || '',
}, },
operateBtns: { operateBtns: {
play: !this.isXCXPage, play: true,
audio: !this.isXCXPage, audio: true,
ptz: this.showPtz, // 云台 ptz: this.showPtz, // 云台
zoom: !this.isXCXPage,// 电子放大 zoom: true,// 电子放大
performance: !this.isXCXPage, // 视频流信息展示 performance: !this.isXCXPage, // 视频流信息展示
record: !this.isXCXPage, // 录制 record: true, // 录制
scale: !this.isXCXPage, // 显示模式:拉伸、缩放、正常 scale: true, // 显示模式:拉伸、缩放、正常
}, },
extendOperateBtns: this.isXCXPage?[]:[getRotateConfig.call(this), getMirrorRotate.call(this)], extendOperateBtns: [getRotateConfig.call(this), getMirrorRotate.call(this)],
}); });
console.log('init-options', options); 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!