From 131913e52d8200aa744b19b7b94611c4d9850e83 Mon Sep 17 00:00:00 2001 From: xuziqiang <1344691446@qq.com> Date: Thu, 11 Jul 2024 11:55:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B0=83=E6=95=B4=E9=AA=8C=E8=AF=81?= =?UTF-8?q?=E7=A0=81=E6=A0=A1=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/component/verify/verify.vue | 4 + lib/saas/view/system/login.vue | 171 +++++++++++++++++++--------------------- 2 files changed, 85 insertions(+), 90 deletions(-) diff --git a/lib/component/verify/verify.vue b/lib/component/verify/verify.vue index d5cbfad..d07a237 100644 --- a/lib/component/verify/verify.vue +++ b/lib/component/verify/verify.vue @@ -115,6 +115,10 @@ } return imgCode; }; + + defineExpose({ + reload: handleDraw, + });