No need to record site info in star

This commit is contained in:
haiyangcui
2020-08-27 13:08:22 +02:00
parent a921ce7adf
commit 4d20d5bc68
3 changed files with 0 additions and 3 deletions

View File

@@ -134,7 +134,6 @@ export default {
star.find({ key: this.detail.key, ids: this.info.id }).then(res => {
const docs = {
key: this.detail.site.key,
site: this.detail.site,
ids: this.info.id,
name: this.info.name,
type: this.info.type,

View File

@@ -305,7 +305,6 @@ export default {
} else {
const docs = {
key: site.key,
site: site,
ids: e.id,
name: e.name,
type: e.type,

View File

@@ -473,7 +473,6 @@ export default {
} else {
const docs = {
key: this.video.key,
site: this.video.site,
ids: info.id,
name: info.name,
type: info.type,