feat: 优化tabbar,精简tabbar

This commit is contained in:
菲鸽
2024-05-28 11:33:15 +08:00
parent 01679809b8
commit a9d3eccad5
8 changed files with 24 additions and 89 deletions

View File

@@ -31,7 +31,7 @@
"iconType": "wot"
},
{
"pagePath": "pages/index/about",
"pagePath": "pages/about/about",
"text": "关于",
"icon": "i-carbon-code",
"iconType": "unocss"
@@ -57,13 +57,7 @@
{
"path": "pages/about/about",
"type": "page",
"style": {
"navigationBarTitleText": "关于"
}
},
{
"path": "pages/index/about",
"type": "page",
"layout": "tabbar",
"style": {
"navigationBarTitleText": "关于"
}