feat(页面配置): 将"我的"页面设置为首页并启用tabbar布局

修改pages.json和me.vue文件,将"我的"页面从普通页面改为首页类型,并启用tabbar布局。同时取消注释非微信小程序的登录跳转逻辑
This commit is contained in:
feige996
2025-08-21 18:51:18 +08:00
parent 210a77aca6
commit d6a653b1f1
2 changed files with 16 additions and 12 deletions

View File

@@ -40,6 +40,14 @@
]
},
"pages": [
{
"path": "pages/me/me",
"type": "home",
"layout": "tabbar",
"style": {
"navigationBarTitleText": "我的"
}
},
{
"path": "pages/index/index",
"type": "home",
@@ -88,13 +96,6 @@
"style": {
"navigationBarTitleText": "注册"
}
},
{
"path": "pages/me/me",
"type": "page",
"style": {
"navigationBarTitleText": "我的"
}
}
],
"subPackages": [