refactor(路由): 将我的页面从首页类型改为普通页面类型

调整路由配置,将'我的'页面从首页类型改为普通页面类型,并保持其tabbar布局不变
This commit is contained in:
feige996
2025-08-23 21:12:12 +08:00
parent 5cf9f4a079
commit b30a4b1d91
2 changed files with 9 additions and 9 deletions

View File

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

View File

@@ -1,4 +1,4 @@
<route lang="jsonc" type="home">
<route lang="jsonc" type="page">
{
"layout": "tabbar",
"style": {