32 lines
801 B
JSON
32 lines
801 B
JSON
{
|
|
"tabBar": {
|
|
"color": "#7A7E83",
|
|
"selectedColor": "#007AFF",
|
|
"borderStyle": "black",
|
|
"backgroundColor": "#FFFFFF",
|
|
"list": [{
|
|
"pagePath": "pages/index/index",
|
|
"iconPath": "static/tabbar/list.png",
|
|
"selectedIconPath": "static/tabbar/list_active.png",
|
|
"text": "首页"
|
|
}, {
|
|
"pagePath": "pages/cal/cal",
|
|
"iconPath": "static/tabbar/cal.png",
|
|
"selectedIconPath": "static/tabbar/cal_active.png",
|
|
"text": "计算"
|
|
}, {
|
|
"pagePath": "pages/info/info",
|
|
"iconPath": "static/tabbar/info.png",
|
|
"selectedIconPath": "static/tabbar/info_active.png",
|
|
"text": "资料"
|
|
}
|
|
|
|
, {
|
|
"pagePath": "pages/ucenter/ucenter",
|
|
"iconPath": "static/tabbar/me.png",
|
|
"selectedIconPath": "static/tabbar/me_active.png",
|
|
"text": "我的"
|
|
}
|
|
]
|
|
}
|
|
}s |