Add tabBar field and set list
The corresponding list is the tab menu option
Then you need to set up the tabbar menu picture. This is OK. I will just put a logo file directly.
At least two lists, up to five lists
"tabBar": {
"color": "#C0C4CC", //Unselected menu text color
"selectedColor": "#fa436a", //The menu text color when selected
"borderStyle": "black",
"backgroundColor": "#ffffff", //Background
"list": [{
"pagePath": "pages/index/index", //page address
"iconPath": "static/", //Picture when unselected
"selectedIconPath": "static/", //The picture when selected
"text": "Home" //Menu Text
},
{
"pagePath": "pages/home/index",
"iconPath": "static/",
"selectedIconPath": "static/",
"text": "Homepage"
}
]
}
The corresponding list is the tab menu option
Then you need to set up the tabbar menu picture. This is OK. I will just put a logo file directly.
At least two lists, up to five lists
"tabBar": {
"color": "#C0C4CC", //Unselected menu text color
"selectedColor": "#fa436a", //The menu text color when selected
"borderStyle": "black",
"backgroundColor": "#ffffff", //Background
"list": [{
"pagePath": "pages/index/index", //page address
"iconPath": "static/", //Picture when unselected
"selectedIconPath": "static/", //The picture when selected
"text": "Home" //Menu Text
},
{
"pagePath": "pages/home/index",
"iconPath": "static/",
"selectedIconPath": "static/",
"text": "Homepage"
}
]
}