"tabBar" : {
"color" : "black",
"selectedColor" : "#FFA524",
"backgroundColor" : "white",
"borderStyle" :"black",
"list" : [
{
"pagePath" : "pages/index/indexNew",
"text" : "首页",
"iconPath" : "./static/tabBar/inx.png",
"selectedIconPath" : "./static/tabBar/chooseix.png"
},
{
"pagePath" : "pages/pageFound/pageFound",
"text" : "发现",
"iconPath" : "./static/tabBar/found.png",
"selectedIconPath" : "./static/tabBar/choosefd.png"
},
{
"pagePath" : "pages/person-center/person-center",
"text" : "个人中心",
"iconPath" : "./static/tabBar/user.png",
"selectedIconPath" : "./static/tabBar/chooseus.png"
}
]
},