禁止结果页滑屏后退

This commit is contained in:
mengxiaolong
2020-08-10 16:47:38 +08:00
parent 1d0ebb5d14
commit a7dd60e43a

View File

@@ -574,7 +574,8 @@ export default {
this.$jump({
flag: 'h5',
extra: {
url: location.origin + `/#/questions/result/${res.result}`
url: location.origin + `/#/questions/result/${res.result}`,
forbidSwipeBack: '1'
},
routerInfo: {
path: `/questions/result/${res.result}`