mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-20 21:16:43 +08:00
禁止结果页滑屏后退
This commit is contained in:
@@ -574,7 +574,8 @@ export default {
|
|||||||
this.$jump({
|
this.$jump({
|
||||||
flag: 'h5',
|
flag: 'h5',
|
||||||
extra: {
|
extra: {
|
||||||
url: location.origin + `/#/questions/result/${res.result}`
|
url: location.origin + `/#/questions/result/${res.result}`,
|
||||||
|
forbidSwipeBack: '1'
|
||||||
},
|
},
|
||||||
routerInfo: {
|
routerInfo: {
|
||||||
path: `/questions/result/${res.result}`
|
path: `/questions/result/${res.result}`
|
||||||
|
|||||||
Reference in New Issue
Block a user