|
|
@ -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"}, |
|
|
|
] |
|
|
|
}, |
|
|
|