|
|
@@ -55,7 +55,7 @@
|
|
|
param.append('appId', this.$route.query.appId || '')
|
|
|
param.append('token', this.$route.query.token || '')
|
|
|
param.append('baseUrl', this.$route.query.baseURL || '')
|
|
|
- param.append('spaceUU', this.$route.query.spaceUU || this.spaceUU || '')
|
|
|
+ param.append('spaceUU', this.spaceUU || this.$route.query.spaceUU || '')
|
|
|
param.append('isLoginAll', this.$route.query.isLoginAll || '')
|
|
|
let config = {
|
|
|
headers: {'Content-Type': 'multipart/form-data'}
|