"tabBar": {
"list": [
{
"iconPath": "/image/index.png",
"pagePath": "pages/index/index",
"selectedIconPath": "/image/index_fill.png",
"text": "首页"
},
{
"iconPath": "/image/classify.png",
"pagePath": "pages/classify/classify",
"selectedIconPath": "/image/classify_fill.png",
"text": "分类"
},
{
"iconPath": "/image/collection.png",
"pagePath": "pages/collection/collection",
"selectedIconPath": "/image/collection_fill.png",
"text": "收藏"
},
{
"iconPath": "/image/me.png",
"pagePath": "pages/me/me",
"selectedIconPath": "/image/me_fill.png",
"text": "我的"
}
]
},