"tabBar": {
"backgroundColor": "#ffffff",
"color": "#282828",
"selectedColor": "#06C1AE",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "static/img/1-001.png",
"selectedIconPath": "static/img/1-002.png",
"text": "首页"
},
{
"pagePath": "pages/logs/logs",
"iconPath": "static/img/2-001.png",
"selectedIconPath": "static/img/2-002.png",
"text": "日志"
}
]
},