fix: 修复默认启动入口
This commit is contained in:
@@ -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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user