From ecfb75a6b5c8b3bc9e8fbc403316be57871c439f Mon Sep 17 00:00:00 2001 From: zyzm <1534695664@qq.com> Date: Wed, 11 May 2022 14:39:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E5=8F=B0=E9=AA=8C=E8=AF=81=E7=A0=81?= =?UTF-8?q?=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/login.vue b/src/views/login.vue index d0712a0..8c4dce0 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -97,8 +97,8 @@ export default { methods: { getCode() { getCodeImg().then(res => { - this.codeUrl = res.img - this.loginForm.uuid = res.uuid + this.codeUrl = res.data.img + this.loginForm.uuid = res.data.uuid }) }, getCookie() {