From e44527aeada4a7ca284209a9fe9c70c5cf69c01c Mon Sep 17 00:00:00 2001 From: wangxiang <1827945911@qq.com> Date: Fri, 15 Apr 2022 20:53:27 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=9F=20=E5=A6=88=E7=9A=84=E9=AA=8C?= =?UTF-8?q?=E8=AF=81=E7=A0=81=E8=87=AA=E5=8A=A8=E5=88=87=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kicc-ui/src/views/sys/login/LoginForm.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/kicc-ui/src/views/sys/login/LoginForm.vue b/kicc-ui/src/views/sys/login/LoginForm.vue index ee2e6f87..329fab2c 100644 --- a/kicc-ui/src/views/sys/login/LoginForm.vue +++ b/kicc-ui/src/views/sys/login/LoginForm.vue @@ -160,6 +160,10 @@ duration: 3, }); } + } catch (error){ + formData.code=''; + formData.realKey=''; + await getCode(); } finally { loading.value = false; }