uniapp设置tabbar底部导航栏

时间:2024-12-18 07:11:50
"tabBar": { "color": "#BBBAC7", "selectedColor": "#2c2c2c", "borderStyle": "black", "list": [{ "pagePath": "pages/tabbar/index/index", "iconPath": "/static/tabbar/", "selectedIconPath": "/static/tabbar/index1_selected.png", "text": "首页" }, { "pagePath": "pages/tabbar/learn/learn", "iconPath": "/static/tabbar/", "selectedIconPath": "/static/tabbar/learn_selected.png", "text": "学习" }, { "pagePath": "pages/tabbar/home/home", "iconPath": "/static/tabbar/", "selectedIconPath": "/static/tabbar/home_selected.png", "text": "我的" } ] }