app.json
"tabBar": {
"color": "#a9b7b7",
"selectedColor": "#11cd6e",
"borderStyle": "black",
"list": [
{
"selectedIconPath": "./pages/images/首页.png",
"iconPath": "./pages/images/首页.png",
"pagePath": "pages/index/index",
"text": "首页"
},
{
"selectedIconPath": "./pages/images/文档.png",
"iconPath": "./pages/images/文档.png",
"pagePath": "pages/logs/logs",
"text": "数据"
},
{
"selectedIconPath": "./pages/images/用户.png",
"iconPath": "./pages/images/用户.png",
"pagePath": "pages/mine/mine",
"text": "我的"
}
]
},