|  | @@ -6,7 +6,7 @@ VITE_PUBLIC_PATH = /
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  # 跨域代理,您可以配置多个 ,请注意,没有换行符
 | 
	
		
			
				|  |  |  #VITE_PROXY = [["/jeecgboot","http://localhost:8080/jeecg-boot"],["/upload","http://localhost:3300/upload"]]
 | 
	
		
			
				|  |  | -VITE_PROXY = [["/jeecgsystem","http://182.92.126.35:9999"],["/upload","http://localhost:3300/upload"],["/documents", "http://10.10.150.72:9050"],["/modelreq", "http://182.92.126.35:9999"],["/webRtc", "http://192.168.183.216:8051"]]
 | 
	
		
			
				|  |  | +VITE_PROXY = [["/jeecgsystem","http://182.92.126.35:9999"],["/upload","http://localhost:3300/upload"],["/documents", "http://10.10.150.72:9050"],["/modelreq", "http://192.168.8.8:9999"],["/webRtc", "http://192.168.183.216:8051"]]
 | 
	
		
			
				|  |  |  # VITE_PROXY = [["/jeecgsystem","http://10.10.150.72:9999"],["/upload","http://localhost:3300/upload"],["/documents", "http://10.10.150.72:9050"],["/modelreq", "http://10.10.150.72:9999"],["/webRtc", "http://192.168.183.216:8051"]]
 | 
	
		
			
				|  |  |  #VITE_PROXY = [["/jeecgsystem","http://192.168.1.8:9999"],["/upload","http://localhost:3300/upload"]]
 | 
	
		
			
				|  |  |  
 | 
	
	
		
			
				|  | @@ -20,8 +20,8 @@ VITE_GLOB_API_URL=/modelreq
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  #后台接口全路径地址(必填)
 | 
	
		
			
				|  |  |  # VITE_GLOB_DOMAIN_URL=http://10.10.150.72:9999
 | 
	
		
			
				|  |  | -VITE_GLOB_DOMAIN_URL=http://182.92.126.35:9999
 | 
	
		
			
				|  |  | -# VITE_GLOB_DOMAIN_URL=http://192.168.8.12:9999
 | 
	
		
			
				|  |  | +# VITE_GLOB_DOMAIN_URL=http://182.92.126.35:9999
 | 
	
		
			
				|  |  | +VITE_GLOB_DOMAIN_URL=http://192.168.8.8:9999
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  # 接口前缀
 | 
	
		
			
				|  |  |  VITE_GLOB_API_URL_PREFIX=
 |