update修改ticket用url获取
This commit is contained in:
@@ -297,7 +297,7 @@ export default {
|
||||
dataType: 'JSON',
|
||||
type: 'GET',
|
||||
data: {
|
||||
ticket: '1234567',
|
||||
ticket: this.$route.query.ticket,
|
||||
},
|
||||
appKey: 'es4b8zmz+2001833218+dehllx', // 必须
|
||||
onSuccess: (data) => {
|
||||
|
||||
Reference in New Issue
Block a user