张泽亮 2 лет назад
Родитель
Сommit
ef756b182e
2 измененных файлов: 14 добавлений и 2 удалений
  1. +13
    -1
      app/src/main/java/com/nsgk/ruralWeb/FullscreenActivity.java
  2. +1
    -1
      app/src/main/res/values/strings.xml

+ 13
- 1
app/src/main/java/com/nsgk/ruralWeb/FullscreenActivity.java Просмотреть файл

@@ -43,7 +43,19 @@ public class FullscreenActivity extends AppCompatActivity {
.interceptUnkownUrl() //拦截找不到相关页面的Url AgentWeb 3.0.0 加入。
.createAgentWeb()//创建AgentWeb。
.ready()//设置 WebSettings。
.go("http://218.59.175.43:96/agriculturalTrusteeship/index"); //WebView载入该url地址的页面并显示。
.go("http://116.255.223.226:82/yinnongLogin"); //WebView载入该url地址的页面并显示。

/*
事项审批(银农审批)http://116.255.223.226:82/yinnongLogin 图标 ic_launcher_sxsp 或者 ic_launcher_yhzl
阳光村务(村会计填报) http://116.255.223.226:82/sunVillage_info/login 图标 ic_launcher_ygcw
大托管 http://218.59.175.43:96/agriculturalTrusteeship/index 图标 ic_launcher_dtg
产权交易 http://116.255.223.226:82/index
农业执法 http://116.255.223.226:82/lawEnforcement/login 图标 ic_launcher_nyzf
宅基地审批(废,集成到阳光村务) http://116.255.223.226:82/zjdLogin
宅基地调查 http://116.255.223.226:82/homesteadLogin 图标 ic_launcher_zjddc
两清三化 http://116.255.223.226:89/homestead/login 图标 ic_launcher_2q3h
网上家园 http://116.255.223.226:82/onlineHomeLogin 图标 ic_launcher_white
*/

}



+ 1
- 1
app/src/main/res/values/strings.xml Просмотреть файл

@@ -1,5 +1,5 @@
<resources>
<string name="app_name">大托管</string>
<string name="app_name">事项审批</string>
<string name="dummy_button">Dummy Button</string>
<string name="dummy_content">DUMMY\nCONTENT</string>
</resources>

Загрузка…
Отмена
Сохранить