Kaynağa Gözat

v3.4.0 Update copyright

YunaiV 3 yıl önce
ebeveyn
işleme
fe0886d122

+ 1 - 1
yudao-ui-admin/src/layout/components/TagsView/index.vue

@@ -153,7 +153,7 @@ export default {
       })
     },
     closeOthersTags() {
-      this.$router.push(this.selectedTag)
+      this.$router.push(this.selectedTag).catch(()=>{});
       this.$store.dispatch('tagsView/delOthersViews', this.selectedTag).then(() => {
         this.moveToCurrentTag()
       })