|  | @@ -6,10 +6,12 @@ import { getToken } from '@/utils/auth'
 | 
	
		
			
				|  |  |  //获取当前url
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  //var aa = window.GLOBAL.SERVICE_URL
 | 
	
		
			
				|  |  | -var aa = process.env.VUE_APP_BASE_API
 | 
	
		
			
				|  |  | +var aa = process.env.VUE_APP_BASE_API
 | 
	
		
			
				|  |  | +console.log(aa,'===========aa')
 | 
	
		
			
				|  |  |  //获取当前url
 | 
	
		
			
				|  |  |  if(aa.indexOf('/')==0 && aa.length==1){
 | 
	
		
			
				|  |  | -  aa= window.location.protocol + "//"+window.location.host+aa
 | 
	
		
			
				|  |  | +  aa= window.location.protocol + "//"+window.location.host+aa
 | 
	
		
			
				|  |  | +  console.log(aa,'===========aa22')
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |    const service = axios.create({
 | 
	
		
			
				|  |  |      baseURL: aa, // url = base url + request url
 |