|
@@ -248,7 +248,7 @@ export default {
|
|
|
//生成uuid并获取二维码
|
|
//生成uuid并获取二维码
|
|
|
this.loginUuid = uuidv4()
|
|
this.loginUuid = uuidv4()
|
|
|
this.getQrCode(this.loginUuid).then(r => {
|
|
this.getQrCode(this.loginUuid).then(r => {
|
|
|
- let res = r.data
|
|
|
|
|
|
|
+ let res = r
|
|
|
if (res.code === this.$config.SUCCESS_CODE) {
|
|
if (res.code === this.$config.SUCCESS_CODE) {
|
|
|
this.qrcodeUrl = res.data
|
|
this.qrcodeUrl = res.data
|
|
|
} else {
|
|
} else {
|