Ver Fonte

扫码登录

hongxudong há 1 ano atrás
pai
commit
3273c724f9
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/view/login/login.vue

+ 1 - 1
src/view/login/login.vue

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