update修改ticket用url获取

This commit is contained in:
路 范
2021-09-15 09:39:01 +08:00
parent efc72581e1
commit b8a6da1d4f

View File

@@ -297,7 +297,7 @@ export default {
dataType: 'JSON', dataType: 'JSON',
type: 'GET', type: 'GET',
data: { data: {
ticket: '1234567', ticket: this.$route.query.ticket,
}, },
appKey: 'es4b8zmz+2001833218+dehllx', // 必须 appKey: 'es4b8zmz+2001833218+dehllx', // 必须
onSuccess: (data) => { onSuccess: (data) => {