修复tabber

This commit is contained in:
时舟年
2026-06-04 16:47:31 +08:00
parent 8c96e2099c
commit f0dda998a8
4 changed files with 23 additions and 153 deletions
-39
View File
@@ -232,44 +232,5 @@
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"custom": true,
"color": "#94a3b8",
"selectedColor": "#f97316",
"backgroundColor": "#1A4A6F",
"borderStyle": "white",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "static/images/home.png",
"selectedIconPath": "static/images/home.png"
},
{
"pagePath": "pages/course/index",
"text": "课程",
"iconPath": "static/images/bookmark.png",
"selectedIconPath": "static/images/bookmark.png"
},
{
"pagePath": "pages/train/index",
"text": "训练",
"iconPath": "static/images/dumbbell.png",
"selectedIconPath": "static/images/dumbbell.png"
},
{
"pagePath": "pages/discover/index",
"text": "发现",
"iconPath": "static/images/activity.png",
"selectedIconPath": "static/images/activity.png"
},
{
"pagePath": "pages/memberInfo/memberInfo",
"text": "我的",
"iconPath": "static/images/user.png",
"selectedIconPath": "static/images/user.png"
}
]
},
"uniIdRouter": {}
}