|
|
@ -46,7 +46,9 @@ public class WebActivity extends BaseActivity { |
|
|
|
webSettings.setDefaultTextEncodingName("utf-8"); |
|
|
|
|
|
|
|
//请求加载,并交由Webclient去处理
|
|
|
|
String url = "http://60.255.174.144:9010/LinShuiSmartServerWeb/#/Town?name=丰禾镇&areaCode=511623113000&from=TV"; |
|
|
|
// String url = "http://60.255.174.144:9010/LinShuiSmartServerWeb/#/Town?name=丰禾镇&areaCode=511623113000&from=TV"; //丰禾镇
|
|
|
|
// String url = "http://60.255.174.144:9010/LinShuiSmartServerWeb/#/Town?areaCode=511623108000&name=坛同镇&from=TV"; //坛同镇
|
|
|
|
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";
|
|
|
|
webView.loadUrl(url); |
|
|
|