|
@@ -414,7 +414,7 @@ export default {
|
|
|
if (e.data) {
|
|
|
let data = JSON.parse(e.data)
|
|
|
if (data.sid) {
|
|
|
- let qrcodeURL = url + '/qrcode/login?sid=' + encodeURIComponent(data.sid, "utf-8") + '&info=' + encodeURIComponent(_this.$t('login.sse.text1'), "utf-8") + `&m=${encodeURIComponent(_this.$t('qrCode.tip2'), "utf-8")}IES5`
|
|
|
+ let qrcodeURL = url + '/qrcode/login?sid=' + encodeURIComponent(data.sid, "utf-8") + '&info=' + encodeURIComponent(_this.$t('login.sse.text1'), "utf-8") + `&m=${encodeURIComponent(_this.$t('qrCode.tip2'), "utf-8")} IES5`
|
|
|
_this.crtQrcode(qrcodeURL)
|
|
|
} else if (data.code) {
|
|
|
closeSSE()
|