fix 修复tab栏“关闭其他”异常的问题

This commit is contained in:
疯狂的狮子li 2023-04-06 12:26:07 +08:00
parent f3fa1386e7
commit df5eb800cd

View File

@ -182,7 +182,7 @@ export default {
})
},
closeOthersTags() {
this.$router.push(this.selectedTag).catch(()=>{});
this.$router.push(this.selectedTag.fullPath).catch(()=>{});
this.$tab.closeOtherPage(this.selectedTag).then(() => {
this.moveToCurrentTag()
})