35 lines
1.4 KiB
Plaintext
35 lines
1.4 KiB
Plaintext
"list": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"text": "首页",
|
|
"iconPath": "/static/tabBarIcon/tabBar_00.png",
|
|
"selectedIconPath": "/static/tabBarIcon/tabBar_selected_00.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/mall/index",
|
|
"text": "产品",
|
|
"iconPath": "/static/tabBarIcon/tabBar_01.png",
|
|
"selectedIconPath": "/static/tabBarIcon/tabBar_selected_01.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/recruit/index",
|
|
"text": "体验官",
|
|
"iconPath": "/static/tabBarIcon/tabBar_04.png",
|
|
"selectedIconPath": "/static/tabBarIcon/tabBar_selected_04.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/report/index",
|
|
"text": "报告",
|
|
"iconPath": "/static/tabBarIcon/tabBar_02.png",
|
|
"selectedIconPath": "/static/tabBarIcon/tabBar_selected_02.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/user/index",
|
|
"text": "我的",
|
|
"iconPath": "/static/tabBarIcon/tabBar_03.png",
|
|
"selectedIconPath": "/static/tabBarIcon/tabBar_selected_03.png"
|
|
}
|
|
],
|
|
"color": "#999999",
|
|
"selectedColor": "#3b7cff",
|
|
"borderStyle": "white" |