update:更新网页后退页面空白问题

This commit is contained in:
2021-09-18 10:07:02 +08:00
parent 67b642d170
commit b896e38cce
4 changed files with 38 additions and 14 deletions

View File

@@ -99,7 +99,8 @@ export default {
dataType: "JSON",
type: "POST",
data: {
ticket: this.$route.params.ticket
ticket:
this.$route.params.ticket || window.sessionStorage.getItem("ticket")
},
appKey: "es4b8zmz+2001833218+dehllx",
onSuccess: data => {