"tabBar": {
"selectedColor": "#1296db",
"list": [
{
"pagePath": "pages/home/home",
"text": "首页",
"iconPath": "images/mainTab/tab1.png",
"selectedIconPath": "images/mainTab/tab1.png"
},
{
"pagePath": "pages/test/test",
"text": "好玩",
"iconPath": "images/mainTab/tab3.png",
"selectedIconPath": "images/mainTab/tab3.png"
}
]
}
经过app.json中的配置,在这以后,须要经过switchTab进行跳转【含有tabbar只能经过switchTab跳转】