|  |  | @ -17,7 +17,7 @@ public enum EnvEnum { | 
			
		
	
		
			
				
					|  |  |  | 	LOCAL("local", "本地环境", "http://localhost:8080/api/"), | 
			
		
	
		
			
				
					|  |  |  | 	DEV("dev", "开发环境", "http://192.168.1.140:8080/api/"), | 
			
		
	
		
			
				
					|  |  |  | 	TEST("test", "体验环境", "https://epmet-dev.elinkservice.cn/api/"), | 
			
		
	
		
			
				
					|  |  |  | 	PROD("prod", "生产环境", "https://epmet-cloud.pingyin.gov.cn/api/"), | 
			
		
	
		
			
				
					|  |  |  | 	PROD("prod", "平阴环境", "https://epmet-cloud.pingyin.gov.cn/api/"), | 
			
		
	
		
			
				
					|  |  |  | 	UN_KNOWN("un_known", "未知", "https://epmet-dev.elinkservice.cn/api/"), | 
			
		
	
		
			
				
					|  |  |  | 	; | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
	
		
			
				
					|  |  | 
 |