七牛云配置及关闭视频自动播放

This commit is contained in:
zhanglipeng
2021-01-21 12:16:07 +08:00
parent 6bc572ff79
commit e8e2434dbd
2 changed files with 3 additions and 2 deletions

View File

@ -124,7 +124,7 @@ export default {
this.information = response.data.information;
//console.log(response.data);
this.playerOptions = {
autoplay: true,
autoplay: false,
muted: true,
language: "zh-CN",
playbackRates: [0.7, 1.0, 1.5, 2.0],