mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-10-31 10:18:42 +08:00 
			
		
		
		
	修复页签关闭所有固定标签路由不刷新问题
This commit is contained in:
		| @@ -160,7 +160,7 @@ export default { | ||||
|     }, | ||||
|     closeAllTags(view) { | ||||
|       this.$store.dispatch('tagsView/delAllViews').then(({ visitedViews }) => { | ||||
|         if (this.affixTags.some(tag => tag.path === view.path)) { | ||||
|         if (this.affixTags.some(tag => tag.path === this.$route.path)) { | ||||
|           return | ||||
|         } | ||||
|         this.toLastView(visitedViews, view) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 RuoYi
					RuoYi