|
|
@@ -43,7 +43,7 @@ public class FullscreenActivity extends AppCompatActivity { |
|
|
|
.interceptUnkownUrl() //拦截找不到相关页面的Url AgentWeb 3.0.0 加入。 |
|
|
|
.createAgentWeb()//创建AgentWeb。 |
|
|
|
.ready()//设置 WebSettings。 |
|
|
|
.go("http://218.59.175.43:84/index"); //WebView载入该url地址的页面并显示。 |
|
|
|
.go("http://116.255.223.226:76/lawEnforcement/login"); //WebView载入该url地址的页面并显示。 |
|
|
|
|
|
|
|
/* 上边url是各个APP项目的入口地址 |
|
|
|
事项审批 http://116.255.223.226:82/yinnongLogin 图标 ic_launcher_sxsp 或者 ic_launcher_yhzl |
|
|
@@ -56,6 +56,7 @@ public class FullscreenActivity extends AppCompatActivity { |
|
|
|
两清三化 http://116.255.223.226:89/homestead/login 图标 ic_launcher_2q3h |
|
|
|
网上家园(废) http://116.255.223.226:82/onlineHomeLogin 图标 ic_launcher_white |
|
|
|
确权调查 http://116.255.223.226:82/contracted/login 图标 ic_launcher_qqdc |
|
|
|
埇桥区农业执法 http://116.255.223.226:76/lawEnforcement/login 图标 ic_launcher_nyzf |
|
|
|
*/ |
|
|
|
|
|
|
|
} |
|
|
|