refactor: ♻️ 我的页面重构

This commit is contained in:
ray
2024-10-15 08:31:03 +08:00
parent 3dec53af38
commit c21b15d793
22 changed files with 6888 additions and 5319 deletions

View File

@@ -14,13 +14,13 @@
}
},
{
"path": "pages/workbench/index",
"path": "pages/work/index",
"style": {
"navigationBarTitleText": "工作台"
}
},
{
"path": "pages/profile/index",
"path": "pages/mine/index",
"style": {
"navigationBarTitleText": "我的"
}
@@ -50,16 +50,16 @@
"selectedIconPath": "static/tabbar/home-active.png"
},
{
"pagePath": "pages/workbench/index",
"pagePath": "pages/work/index",
"text": "工作台",
"iconPath": "static/tabbar/workbench.png",
"selectedIconPath": "static/tabbar/workbench-active.png"
"iconPath": "static/tabbar/work.png",
"selectedIconPath": "static/tabbar/work-active.png"
},
{
"pagePath": "pages/profile/index",
"pagePath": "pages/mine/index",
"text": "我的",
"iconPath": "static/tabbar/profile.png",
"selectedIconPath": "static/tabbar/profile-active.png"
"iconPath": "static/tabbar/mine.png",
"selectedIconPath": "static/tabbar/mine-active.png"
}
]
}