真机调试在IOS15.4.1与Harmony2.0.0中均不生效,微信小程序与H5中都生效
"tabBar": {
"color": "#2c2c2c",
"selectedColor": "#1296db",
"borderStyle": "white",
"backgroundColor": "#F8F8F8",
"list": [{
"pagePath": "pages/common/HomePage",
"iconPath": "static/icon/home_page1.png",
"selectedIconPath": "static/icon/home_page2.png",
"text": "首页"
},
{
"pagePath": "pages/common/PersonalCenter",
"iconPath": "static/icon/personal_center1.png",
"selectedIconPath": "static/icon/personal_center2.png",
"text": "个人中心"
}
]
},