update:更新页面

This commit is contained in:
2021-09-17 10:47:08 +08:00
parent c67d0c11a7
commit fa1bce7667
7 changed files with 309 additions and 113 deletions

View File

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