1方法不生效
{
"path": "write_quality_report/index",
"style": {
"disableSwipeBack": true,
"app-plus": {
"popGesture": "none"
}
}
}
2也不生效
onReady() {
// #ifdef APP-PLUS
// 禁止ios左滑返回
let page = this.$mp.page.$getAppWebview();
page.setStyle({
popGesture: 'none'
});
// #endif
},
可以尝试使用 page-container 组件来做阻止返回的功能