This commit is contained in:
2023-09-22 16:24:10 +08:00
parent edcccac0be
commit 39bf910126

View File

@ -6,8 +6,8 @@
{ {
"path": "pages/startup/startup", "path": "pages/startup/startup",
"style": { "style": {
"navigationBarTitleText": "", "navigationStyle": "custom",
"navigationStyle": "custom" "enablePullDownRefresh": false
} }
}, { }, {
"path": "pages/myinformation/myinformation", "path": "pages/myinformation/myinformation",
@ -23,18 +23,21 @@
} }
}, { }, {
"path": "pages/homepage/homepage", "path": "pages/homepage/homepage",
"style": {} "style": {
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, { }, {
"path": "pages/medicalservice/medicalservice", "path": "pages/medicalservice/medicalservice",
"style": { "style": {
"navigationBarTitleText": "", "enablePullDownRefresh": false,
"enablePullDownRefresh": false "navigationStyle": "custom"
} }
}, { }, {
"path": "pages/message/message", "path": "pages/message/message",
"style": { "style": {
"navigationBarTitleText": "", "enablePullDownRefresh": false,
"enablePullDownRefresh": false "navigationStyle": "custom"
} }
} }
], ],