v3.4.0 Update copyright

pull/2/head
YunaiV 2022-02-15 19:01:26 +08:00
parent de4df784ea
commit fe0886d122
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ export default {
})
},
closeOthersTags() {
this.$router.push(this.selectedTag)
this.$router.push(this.selectedTag).catch(()=>{});
this.$store.dispatch('tagsView/delOthersViews', this.selectedTag).then(() => {
this.moveToCurrentTag()
})