| 
					
				 | 
			
			
				@@ -1124,7 +1124,7 @@ function jumpToFy() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       const utf8Bytes = encodeURIComponent(JSON.stringify(data)).replace(/%([0-9A-F]{2})/g, (_, hex) => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           return String.fromCharCode(parseInt(hex, 16)); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       }); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      let url = "http://58.33.165.250:20011/mchis-web/?token=321322199206140414&module=M102&data=" + btoa(utf8Bytes); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      let url = "http://192.168.100.140:18080/mchis-web/?token=321322199206140414&module=M102&data=" + btoa(utf8Bytes); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       window.open(url, "_blank"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 } 
			 |