hongxudong hai 1 ano
pai
achega
3273c724f9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 {