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
},
"pages": [
{ "path": "pages/admin/analytics", "style": { "navigationStyle": "custom", "enablePullDownRefresh": true } },
{
"path": "pages/home/index",
"style": {
@@ -76,6 +75,7 @@
"navigationStyle": "custom"
}
},
{ "path": "pages/admin/analytics", "style": { "navigationStyle": "custom", "enablePullDownRefresh": true } },
{
"path": "pages/admin/bookings",
"style": {