🎏 自动构建跨平台软件

This commit is contained in:
hunlongyu
2020-04-28 00:13:32 +08:00
parent 81c17e5104
commit 474717c2df
4 changed files with 62 additions and 13 deletions

View File

@@ -369,9 +369,13 @@ export default {
},
listItemEvent (n) {
this.video.index = n
this.right.show = false
this.right.type = ''
},
historyItemEvent (e) {
this.video = e
this.right.show = false
this.right.type = ''
},
removeItem (e) {
history.remove(e.id).then(res => {