Files
sykl-mall/双节底部图标.txt
2023-09-26 16:55:20 +08:00

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"
},