mirror of
				https://github.com/dromara/RuoYi-Vue-Plus.git
				synced 2025-11-04 08:13:44 +08:00 
			
		
		
		
	fix 修复tab栏“关闭其他”异常的问题
This commit is contained in:
		@@ -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()
 | 
			
		||||
      })
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user