"tabBar": { "selectedColor": "#4da9ff", //顏色 "list": [{ "pagePath": "homepage/homepage/homepage", "text": "首頁", "iconPath": "images/homepage_off.png", "selectedIconPath": "images/homepage_on.png" //選中圖標 }, { "pagePath": "recruit/recruit/recruit", "text": "招聘項目", "iconPath": "images/recruit_off.png", "selectedIconPath": "images/recruit_on.png" }, { "pagePath": "person/person/person", "text": "個人中心", "iconPath": "images/person_off.png", "selectedIconPath": "images/person_on.png" }] }