| 
					
				 | 
			
			
				@@ -19,12 +19,16 @@ export function request(config) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	let baseURL; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	// uEnvDev;开发者模式,点击运行 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	if (process.env.NODE_ENV === 'development') { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	    // TODO 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	    //测试接口 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		baseURL = "http://b2bcnapi.sailuntire.com/allstell/test/app" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		//正式接口 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		// baseURL = "http://b2bcnapi.sailuntire.com/allstell/app"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	// uEnvProd;生产模式,点击发行 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	if (process.env.NODE_ENV === 'production') { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	    // TODO 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	    //测试接口 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		// baseURL = "http://b2bcnapi.sailuntire.com/allstell/test/app" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		//正式接口 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		baseURL = "http://b2bcnapi.sailuntire.com/allstell/app"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	}; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     let newVar = axios.create({ 
			 |