调整返回位置

This commit is contained in:
aixianling
2021-12-28 11:56:47 +08:00
parent 3119d5a1d0
commit c3118f9f8c

View File

@@ -74,7 +74,7 @@ export default {
})
},
confirm() {
history.go(1 - history.length)
history.go(2 - history.length)
}
},
onShow() {