ios:pages.json->app-plus里配置"popGesture":"none"
Android:onBackPress周期里return true就可以了
{
"path": "pages/handPass/resetScreen",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"app-plus": {
"titleNView": false,
"bounce": "none",
"popGesture":"none"
}
}
onBackPress(){
return true
},