pages.json tabbar配置
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#007AFF",
"borderStyle": "white",
"backgroundColor": "#FFFACD",
"list": [{
"pagePath": "pages/today/today",
"text": "黄山"
}, {
"pagePath": "pages/achievement/achievement",
"text": "泰山"
}, {
"pagePath": "pages/ucenter/ucenter",
"text": "我的"
}]
},