master
chenbingxuan 2023-12-11 14:16:06 +08:00
parent e5160f8cef
commit c342ede500
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ const onCaptcha = async () => {
if (data==null) {
loginForm.isCaptcha = false
}else {
loginForm.isCaptcha = true
loginForm.key = data.key
captchaBase64.value = data.image
}