在app.json 中添加
"tabBar": { "color":"#ffffff", "borderStyle":"white", "selectedColor":"#d81e06", "backgroundColor":"#245685", "list": [{ "pagePath": "pages/index/index", //跳轉鏈接 "text": "首頁", //顯示名字 "iconPath":"/images/gprs_1.png", //默認圖片 "selectedIconPath":"/images/gprs_2.png" //選中圖片 }, { "pagePath": "pages/logs/logs", "text": "地圖" }, { "pagePath": "pages/user_info/user_info", "text": "個人信息" } ]