修复tab栏”关闭其他“异常的问题
Signed-off-by: 也曾为你像超人 <1553592282@qq.com>
This commit is contained in:
		
							parent
							
								
									cfce89be7d
								
							
						
					
					
						commit
						66200c4203
					
				@ -182,7 +182,7 @@ export default {
 | 
				
			|||||||
      })
 | 
					      })
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    closeOthersTags() {
 | 
					    closeOthersTags() {
 | 
				
			||||||
      this.$router.push(this.selectedTag).catch(()=>{});
 | 
					      this.$router.push(this.selectedTag.fullPath).catch(()=>{});
 | 
				
			||||||
      this.$tab.closeOtherPage(this.selectedTag).then(() => {
 | 
					      this.$tab.closeOtherPage(this.selectedTag).then(() => {
 | 
				
			||||||
        this.moveToCurrentTag()
 | 
					        this.moveToCurrentTag()
 | 
				
			||||||
      })
 | 
					      })
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user