Unverified Commit 66200c42 authored by 也曾为你像超人's avatar 也曾为你像超人 Committed by Gitee

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

Signed-off-by: 's avatar也曾为你像超人 <1553592282@qq.com>
parent cfce89be
......@@ -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()
})
......
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