fix: 首页修复

This commit is contained in:
anonymous
2024-12-27 14:42:33 +08:00
parent 06679d50e2
commit b642a7d5e7
4 changed files with 13 additions and 13 deletions
+9 -9
View File
@@ -50,14 +50,6 @@
]
},
"pages": [
{
"path": "pages/invest/index",
"type": "home",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "投资"
}
},
{
"path": "pages/index/index",
"type": "home",
@@ -68,12 +60,20 @@
},
{
"path": "pages/house/index",
"type": "home",
"type": "page",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "房屋"
}
},
{
"path": "pages/invest/index",
"type": "page",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "投资"
}
},
{
"path": "pages/login/index",
"type": "page",