我的app.json如下定义:
{
"pages": [
"pages/index/index",
"pages/logs/logs",
"pages/home/home"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "魅落",
"navigationBarTextStyle": "black"
},
"tabBar": {
"custom": true,
"color": "#000000",
"selectedColor": "#dc143c",
"backgroundColor": "#dcdcdc",
"list": [{
"pagePath": "pages/index/index",
"text": "首页"
},{
"pagePath": "pages/logs/logs",
"text": "接口"
},{
"pagePath": "pages/home/home",
"text": "2"
}
]
},
"usingComponents": {},
"sitemapLocation": "sitemap.json"
}
因为你给添加了一个自定义tab属性