mirror of
https://github.com/cuiocean/ZY-Player.git
synced 2026-07-11 05:56:10 +08:00
精简模式引入mode
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user