|
|
@@ -356,6 +356,7 @@
|
|
|
},
|
|
|
// 登录
|
|
|
isLogin (flag) {
|
|
|
+ console.log(111)
|
|
|
this.isShowLoading = true
|
|
|
if (!this.login.username) {
|
|
|
this.isShowLoading = false
|
|
|
@@ -399,7 +400,7 @@
|
|
|
}
|
|
|
this.isShowLoading = true
|
|
|
if (response.data.content.currentUrl) {
|
|
|
- this.$jsonp(`${response.data.content.currentUrl}?${a.substr(0, a.length - 1)}`, {
|
|
|
+ this.$jsonp(`${response.data.content.currentUrl}?${encodeURIComponent(a.substr(0, a.length - 1))}`, {
|
|
|
name: 'successCallback',
|
|
|
timeout: 3000
|
|
|
}, (err, data) => {
|