Explorar el Código

优化

master
SherVegas hace 3 años
padre
commit
595427975a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      app/src/main/java/com/nsgk/ruralWeb/FullscreenActivity.java

+ 1
- 1
app/src/main/java/com/nsgk/ruralWeb/FullscreenActivity.java Ver fichero

@@ -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地址的页面并显示。

}



Cargando…
Cancelar
Guardar