uniapp设置tabbar底部导航栏
"tabBar": {
"color": "#BBBAC7",
"selectedColor": "#2c2c2c",
"borderStyle": "black",
"list": [{
"pagePath": "pages/tabbar/index/index",
"iconPath": "/static/tabbar/",
"selectedIconPath": "/static/tabbar/index1_selected.png",
"text": "首页"
},
{
"pagePath": "pages/tabbar/learn/learn",
"iconPath": "/static/tabbar/",
"selectedIconPath": "/static/tabbar/learn_selected.png",
"text": "学习"
},
{
"pagePath": "pages/tabbar/home/home",
"iconPath": "/static/tabbar/",
"selectedIconPath": "/static/tabbar/home_selected.png",
"text": "我的"
}
]
}