提交者
Gitee
修复tab栏”关闭其他“异常的问题
Signed-off-by: 也曾为你像超人 <1553592282@qq.com>
正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -182,7 +182,7 @@ export default { | @@ -182,7 +182,7 @@ export default { | ||
| 182 | }) | 182 | }) |
| 183 | }, | 183 | }, |
| 184 | closeOthersTags() { | 184 | closeOthersTags() { |
| 185 | - this.$router.push(this.selectedTag).catch(()=>{}); | 185 | + this.$router.push(this.selectedTag.fullPath).catch(()=>{}); |
| 186 | this.$tab.closeOtherPage(this.selectedTag).then(() => { | 186 | this.$tab.closeOtherPage(this.selectedTag).then(() => { |
| 187 | this.moveToCurrentTag() | 187 | this.moveToCurrentTag() |
| 188 | }) | 188 | }) |
-
请 注册 或 登录 后发表评论