fix: 修复默认启动入口

This commit is contained in:
richarjiang
2026-09-09 10:26:16 +08:00
parent fcd9531b3c
commit 6e8fc45138

View File

@@ -3,7 +3,6 @@
"autoscan": true "autoscan": true
}, },
"pages": [ "pages": [
{ "path": "pages/admin/analytics", "style": { "navigationStyle": "custom", "enablePullDownRefresh": true } },
{ {
"path": "pages/home/index", "path": "pages/home/index",
"style": { "style": {
@@ -76,6 +75,7 @@
"navigationStyle": "custom" "navigationStyle": "custom"
} }
}, },
{ "path": "pages/admin/analytics", "style": { "navigationStyle": "custom", "enablePullDownRefresh": true } },
{ {
"path": "pages/admin/bookings", "path": "pages/admin/bookings",
"style": { "style": {