| 
						
						
							
								
							
						
						
					 | 
					@ -94,7 +94,7 @@ export default { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        cancelButtonText: this.$t('cancel'), | 
					 | 
					 | 
					        cancelButtonText: this.$t('cancel'), | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        type: 'warning' | 
					 | 
					 | 
					        type: 'warning' | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					      }).then(() => { | 
					 | 
					 | 
					      }).then(() => { | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					        this.$http.post('/auth/logout').then(({ data: res }) => { | 
					 | 
					 | 
					        this.$http.post('/auth/login/logout').then(({ data: res }) => { | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					          if (res.code !== 0) { | 
					 | 
					 | 
					          if (res.code !== 0) { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            return this.$message.error(res.msg) | 
					 | 
					 | 
					            return this.$message.error(res.msg) | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					          } | 
					 | 
					 | 
					          } | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					
  |