mirror of
https://github.com/cuiocean/ZY-Player.git
synced 2026-02-08 13:13:36 +08:00
添加site信息在Detail里
This commit is contained in:
@@ -136,7 +136,7 @@ export default {
|
||||
this.$message.info('已存在')
|
||||
} else {
|
||||
const docs = {
|
||||
site: this.detail.key,
|
||||
site: this.detail.site,
|
||||
ids: this.info.id,
|
||||
name: this.info.name,
|
||||
type: this.info.type,
|
||||
|
||||
@@ -285,6 +285,7 @@ export default {
|
||||
this.detail = {
|
||||
show: true,
|
||||
key: site.key,
|
||||
site: site,
|
||||
info: e
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user