"tabBar": {
"custom": true,
"color": "#0000ff",
"selectedColor": "#00ff00",
"backgroundColor": "#0000ff",
"list": [{
"pagePath": "pages/index/index",
"text": "组件",
"iconPath": "/images/index.png",
"selectedIconPath": "/images/index_selected.png"
}, {
"pagePath": "pages/logs/logs",
"text": "接口"
}]
},
"usingComponents": {}