若依
2 years ago
committed by
Gitee
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with
1 additions and
1 deletions
-
ruoyi-ui/src/layout/components/TagsView/index.vue
|
|
@ -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() |
|
|
|
}) |
|
|
|