fix: 自测问题统一修复。

This commit is contained in:
tianyongbao
2025-12-08 14:35:15 +08:00
parent 95d51064a3
commit 18f157e36c
6 changed files with 58 additions and 108 deletions

View File

@@ -30,6 +30,7 @@
"path": "pages/calendar/index",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom",
"disableScroll": true
}
},
@@ -49,21 +50,24 @@
{
"path": "pages/work/index",
"style": {
"navigationBarTitleText": ""
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
},
{
"path": "pages/statistic/index",
"style": {
"navigationBarTitleText": ""
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
},
{
"path": "pages/mine",
"style": {
"navigationBarTitleText": "",
"disableScroll": true
"disableScroll": true,
"navigationStyle": "custom"
}
},
{