diff --git a/index.html b/index.html
index 6c29b13..7aa153f 100644
--- a/index.html
+++ b/index.html
@@ -198,9 +198,7 @@
- 土地
- 林权
- 四荒地
+ 承包士地经营权
更多>
@@ -250,7 +248,7 @@
- 集体资产
+ 农村集体经营性资产
更多>
@@ -300,7 +298,7 @@
- 农业生产设备
+ 宅基地使用权
更多>
@@ -350,7 +348,7 @@
- 小型水利设施
+ 小微工程
更多>
diff --git a/static/js/project/index.js b/static/js/project/index.js
index ae50886..fc1bf7a 100644
--- a/static/js/project/index.js
+++ b/static/js/project/index.js
@@ -136,16 +136,16 @@ define(['jquery', "template", "Tools", "echarts", 'swiper'], function ($, templa
tools.doGet(friendsLinks, {}, module.bottomFriendsLinks, true);
//土地
- tools.doGet(webListing + '/1,2,3/0/5', {}, module.landList, true);
+ tools.doGet(webListing + '/1/0/5', {}, module.landList, true);
//集体资产
tools.doGet(webListing + '/4/0/5', {}, module.collectiveAssets, true);
//农业生产设备
- tools.doGet(webListing + '/5/0/5', {}, module.productionEquipment, true);
+ tools.doGet(webListing + '/9/0/5', {}, module.productionEquipment, true);
//小型水利设施
- tools.doGet(webListing + '/6/0/5', {}, module.waterConservancyFacilities, true);
+ tools.doGet(webListing + '/8/0/5', {}, module.waterConservancyFacilities, true);
//查询挂牌项目浏览总次数
tools.doGet(allViewCount + '/100', {}, module.allViewCount, true);