feat(tabbar): 调整

This commit is contained in:
feige996
2025-05-28 00:51:49 +08:00
parent 6673c2e269
commit d35fabd893
6 changed files with 6 additions and 36 deletions

View File

@@ -38,16 +38,10 @@
"iconType": "unocss"
},
{
"pagePath": "pages/my/index",
"pagePath": "pages/mine/index",
"text": "我的",
"icon": "iconfont icon-my",
"iconType": "iconfont"
},
{
"iconPath": "static/tabbar/personal.png",
"selectedIconPath": "static/tabbar/personalHL.png",
"pagePath": "pages/mine/index",
"text": "我的"
}
]
},
@@ -81,6 +75,7 @@
{
"path": "pages/mine/index",
"type": "page",
"layout": "tabbar",
"style": {
"navigationBarTitleText": "我的"
}