|  |  | @ -6,6 +6,7 @@ import store from '../store' | 
			
		
	
		
			
				
					|  |  |  | import { getToken } from '@/utils/auth' | 
			
		
	
		
			
				
					|  |  |  | import Config from '@/settings' | 
			
		
	
		
			
				
					|  |  |  | import Cookies from 'js-cookie' | 
			
		
	
		
			
				
					|  |  |  | import { reject } from 'core-js/fn/promise' | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  | // 创建axios实例
 | 
			
		
	
		
			
				
					|  |  |  | const service = axios.create({ | 
			
		
	
	
		
			
				
					|  |  | @ -41,6 +42,7 @@ service.interceptors.response.use( | 
			
		
	
		
			
				
					|  |  |  |         message: errorMsg, | 
			
		
	
		
			
				
					|  |  |  |         duration: 5000 | 
			
		
	
		
			
				
					|  |  |  |       }) | 
			
		
	
		
			
				
					|  |  |  |       reject(errorMsg) | 
			
		
	
		
			
				
					|  |  |  |     } | 
			
		
	
		
			
				
					|  |  |  |   }, | 
			
		
	
		
			
				
					|  |  |  |   error => { | 
			
		
	
	
		
			
				
					|  |  | 
 |