|
|
|
@ -107,7 +107,7 @@ public class WebViewActivity extends BaseActivity { |
|
|
|
static final int TYPE_HINT_PASSWORD = 3;//隐藏密码输入框
|
|
|
|
static final int TYPE_START_SERVER = 4;//重新启动web服务
|
|
|
|
static String HtmlUrl = "http://127.0.0.1:8080/index.html";//webServer服务地址 http://192.168.1.218:5173/
|
|
|
|
//static String HtmlUrl = "http://192.168.1.196:5173/";
|
|
|
|
//static String HtmlUrl = "http://192.168.1.196:5500/index.html";
|
|
|
|
int time = 0; |
|
|
|
private VideoView currentVideo; |
|
|
|
private SocketClient localSocketClient; |
|
|
|
@ -955,7 +955,7 @@ public class WebViewActivity extends BaseActivity { |
|
|
|
} |
|
|
|
countConect++; |
|
|
|
localSocketClient.connect(); |
|
|
|
if(countConect>=20){ |
|
|
|
if(countConect>=80){ |
|
|
|
SignWayUtil.reboot(); |
|
|
|
} |
|
|
|
} catch (Throwable t) { |
|
|
|
|