| 
					
				 | 
			
			
				@@ -1,13 +1,13 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 export const proxy = { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	"/dev/": { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		target: "http://127.0.0.1:8089", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		target: "http://127.0.0.1:8093", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		changeOrigin: true, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		rewrite: (path: string) => path.replace(/^\/dev/, "") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	"/prod/": { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		target: "http://10.88.77.131:8089", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		target: "http://10.88.77.131:8093", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		changeOrigin: true, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		rewrite: (path: string) => path.replace(/^\/prod/, "/lhyt-api") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		rewrite: (path: string) => path.replace(/^\/prod/, "/yxgb-api") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 }; 
			 |