Unverified Commit 5c4682e0 authored by 若依's avatar 若依 Committed by Gitee

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

Merge pull request !683 from 也曾为你像超人/N/A
parents 5d5ebbec 66200c42
...@@ -182,7 +182,7 @@ export default { ...@@ -182,7 +182,7 @@ export default {
}) })
}, },
closeOthersTags() { closeOthersTags() {
this.$router.push(this.selectedTag).catch(()=>{}); this.$router.push(this.selectedTag.fullPath).catch(()=>{});
this.$tab.closeOtherPage(this.selectedTag).then(() => { this.$tab.closeOtherPage(this.selectedTag).then(() => {
this.moveToCurrentTag() this.moveToCurrentTag()
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment