diff --git a/pages.js b/pages.js index 7603931..7bf1229 100644 --- a/pages.js +++ b/pages.js @@ -16,7 +16,7 @@ module.exports = hot((pagesJson)=>{ backgroundColor:"#fff", list:[ {pagePath:"pages/home/index",visible:true,text:"首页",iconPath: "/static/tab_home.png",selectedIconPath: "/static/tab_home_active.png"}, - {pagePath:"pages/massif/index",text:"地块管理",iconPath: "/static/tab_massif.png",selectedIconPath: "/static/tab_massif_active.png"}, + {pagePath:"pages/massif/index",text:"种植管理",iconPath: "/static/tab_massif.png",selectedIconPath: "/static/tab_massif_active.png"}, {pagePath:"pages/home/my",text:"我的",iconPath: "/static/tab_my.png",selectedIconPath: "/static/tab_my_active.png"}, ] }, diff --git a/pages/massif/index.vue b/pages/massif/index.vue index b27b265..c7050a3 100644 --- a/pages/massif/index.vue +++ b/pages/massif/index.vue @@ -78,7 +78,7 @@