只有当视频的核心信息变化时,才刷新播放页面

This commit is contained in:
haiyangcui
2021-04-09 14:10:03 +02:00
parent 5db3fd9f9b
commit 06e4c0e83e

View File

@@ -445,6 +445,9 @@ export default {
set (val) {
this.SET_DetailCache(val)
}
},
VideoEssentialInfo () {
return this.video.key + '@' + this.video.info.id + '@' + this.video.info.index
}
},
watch: {
@@ -458,12 +461,11 @@ export default {
}
}
},
video: {
VideoEssentialInfo: {
handler () {
if (this.changingIPTV) return
this.getUrls()
},
deep: true
}
},
setting: {
handler () {