This commit is contained in:
2023-10-12 13:23:32 +08:00
parent 0b7b6fe9f7
commit 1ce4c97c9f

View File

@ -4,17 +4,17 @@
},
"pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages
{
"path": "pages/startup/startup",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
}, {
"path": "pages/homepage/homepage",
"style": {
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/startup/startup",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
"path": "pages/medicalservice/medicalservice",
@ -502,6 +502,12 @@
"onReachBottomDistance": 40, // px
"enablePullDownRefresh": true //true
}
}, {
"path": "signseekadvicefrom/signseekadvicefrom",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
]
}],