update:更新网页后退页面空白问题
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user