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