Commit 14a6411c by Tianqing Liu

feat: 播放器,支持暂停

1 parent fbc2bd3e
...@@ -81,7 +81,7 @@ export default { ...@@ -81,7 +81,7 @@ export default {
text: this.watermarkText || '', text: this.watermarkText || '',
}, },
operateBtns: { operateBtns: {
play: !this.isXCXPage, play: true,
audio: true, audio: true,
ptz: this.showPtz, // 云台 ptz: this.showPtz, // 云台
zoom: true,// 电子放大 zoom: true,// 电子放大
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!