|
@@ -99,7 +99,7 @@ export default {
|
|
|
autoplay: false,
|
|
|
volume: 0.5, //视频初始音量大小
|
|
|
loop: false, //是否循环播放
|
|
|
- url: _this.curQue.definition_list[0].file_url,
|
|
|
+ url: _this.curQue.definition_list[0].id,
|
|
|
poster:
|
|
|
_this.curQue.img_list.length > 0 ? _this.curQue.img_list[0].id : "", //视频封面
|
|
|
height: "100%",
|