| 
					
				 | 
			
			
				@@ -242,8 +242,8 @@ module.exports = (function () { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     //let staticHost = 'http://afts.hnzhiming.com'; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     let staticHost = 'http://127.0.0.1';     
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     switch (argv.env.deploy) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        case 'stage': 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            staticHost = 'http://aftts.hnzhiming.com'; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        case 'test': 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            staticHost = 'http://afts.hnzhiming.com'; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             break; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         case 'prod': 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             staticHost = 'http://s.jishutao.com'; 
			 |