19 lines
650 B
Plaintext
19 lines
650 B
Plaintext
"tabBar": {
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"text": "锶源商城",
|
|
"iconPath": "/static/tabBarIcon/04.png",
|
|
"selectedIconPath": "/static/tabBarIcon/04_active.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/user/index",
|
|
"text": "锶人中心",
|
|
"iconPath": "/static/tabBarIcon/02.png",
|
|
"selectedIconPath": "/static/tabBarIcon/02_active.png"
|
|
}
|
|
],
|
|
"color": "#b6b9bb",
|
|
"selectedColor": "#6c78f8",
|
|
"borderStyle": "white"
|
|
}, |