platforms/android/app/src/main/java/io/hybird/jsbridge/JsInterface.java
@@ -34,7 +34,7 @@ this.webView = webView; this.activity = activity; String server_ip = readServerIp(); server_ip = "192.168.43.33"; //server_ip = "192.168.43.33"; service = new MyInteractionService(server_ip,this); @@ -70,7 +70,7 @@ Log.e(TAG, "setUpDeviceIp: "+deviceIp ); ServiceModel model = new ServiceModel(); boolean flag = service.setUpDeviceIp(deviceIp); writeServerIp(deviceIp); //writeServerIp(deviceIp); if(flag){ model.code = 1; }