Commit 55095934ce869538884a597a96e34fb57abbf1ce

Authored by zhiyangdu
1 parent 6d8e036a

唤起app设置

Showing 1 changed file with 1 additions and 1 deletions
src/pages/index/index.vue
... ... @@ -130,7 +130,7 @@
130 130 src: "https://wjjtest.ys2.cnliveimg.com/802/shop/img/2019/12/30/5e0973f0aa9be.mp4"
131 131 }],
132 132 hls: true, // 启用hls?
133   - poster: './static/img/index/video1.png', // 你的封面地址
  133 + poster: 'https://wjj.ys2.cnliveimg.com/769/shop/img/2019/12/30/5e095690ae715.png', // 你的封面地址
134 134 width: document.documentElement.clientWidth || document.body.clientWidth,
135 135 notSupportedMessage: '此视频暂无法播放,请稍后再试' // 允许覆盖Video.js无法播放媒体源时显示的默认信息。
136 136 }
... ...