精简模式引入mode

This commit is contained in:
buvta
2020-11-11 08:29:56 +08:00
parent 05d71a62aa
commit c082986e09
3 changed files with 4 additions and 2 deletions

View File

@@ -630,6 +630,7 @@ export default {
if (!this.video.iptv) {
doc = {
id: 0,
mode: 'video',
site: this.video.key,
ids: this.video.info.id,
name: this.video.info.name,
@@ -639,6 +640,7 @@ export default {
} else {
doc = {
id: 0,
mode: 'iptv',
url: this.video.iptv.url
}
}