|
|
@@ -58,7 +58,7 @@ public class FullscreenActivity extends AppCompatActivity { |
|
|
|
.interceptUnkownUrl() //拦截找不到相关页面的Url AgentWeb 3.0.0 加入。 |
|
|
|
.createAgentWeb()//创建AgentWeb。 |
|
|
|
.ready()//设置 WebSettings。 |
|
|
|
.go("http://116.255.135.38:89/homestead/login"); //WebView载入该url地址的页面并显示。 |
|
|
|
.go("http://116.255.135.38:89/homestead/index"); //WebView载入该url地址的页面并显示。 |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|