|
|
@ -52,7 +52,7 @@ public class WebActivity extends BaseActivity { |
|
|
|
// String url = "http://60.255.174.144:9010/LinShuiSmartServerWeb/#/Town?areaCode=511623118000&name=石滓镇&from=TV"; //石滓镇
|
|
|
|
// String url = "http://60.255.174.144:9010/LinShuiSmartServerWeb/#/Village?name=五华山村&areaCode=wuhuashancun";
|
|
|
|
// String url = "http://192.168.10.21:8080/#/Town?name=丰禾镇&areaCode=2021030891230011&from=TV";
|
|
|
|
String url="http://192.168.1.49:8080/#/screenTwo?areaCode=2c9f90cc818653f40181865428380000&areaName=%E4%BB%BB%E5%B8%82%E9%95%87"; |
|
|
|
String url="http://192.168.1.49:8080/#/screenOne"; |
|
|
|
webView.loadUrl(url); |
|
|
|
//webView.loadUrl("http://www.baidu.com");
|
|
|
|
//使用WebViewClient设置监听并处理WebView的请求事件
|
|
|
|