优化播放页面
This commit is contained in:
parent
b9ffcd1d38
commit
17f219d351
@ -305,7 +305,12 @@ export default {
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
created() {},
|
created() {
|
||||||
|
console.log(this.player)
|
||||||
|
if (Object.keys(this.player).length === 1) {
|
||||||
|
this.activePlayer = Object.keys(this.player)[0]
|
||||||
|
}
|
||||||
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
video: 'http://lndxyj.iqilu.com/public/upload/2019/10/14/8c001ea0c09cdc59a57829dabc8010fa.mp4',
|
video: 'http://lndxyj.iqilu.com/public/upload/2019/10/14/8c001ea0c09cdc59a57829dabc8010fa.mp4',
|
||||||
|
Loading…
Reference in New Issue
Block a user