update:更新ticket获取方式

This commit is contained in:
2021-09-16 17:33:03 +08:00
parent c9dcd8a05e
commit c67d0c11a7
3 changed files with 10 additions and 7 deletions

View File

@@ -26,7 +26,7 @@ export default {
dataType: "JSON",
type: "POST",
data: {
ticket: this.$route.query.ticket,
ticket: window.sessionStorage.getItem("ticket"),
id: this.$route.query.id
},
appKey: "es4b8zmz+2001833218+dehllx",