|
|
@@ -425,7 +425,7 @@
|
|
|
param.append('inviteUserUU', this.$store.state.option.inviteUserUU)
|
|
|
param.append('invitationTime', this.$store.state.option.invitationTime)
|
|
|
param.append('t', this.$route.query.tk ? this.$route.query.tk : '')
|
|
|
- param.append('returnUrl', this.$route.query.returnUrl ? this.$route.query.returnUrl : '')
|
|
|
+ param.append('returnUrl', this.$route.query.returnURL ? this.$route.query.returnURL : '')
|
|
|
let config = {
|
|
|
headers: {'Content-Type': 'multipart/form-data'}
|
|
|
}
|