"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跳轉】