Pre Merge pull request !93 from dhb52/N/A

This commit is contained in:
dhb52 2024-03-14 16:42:01 +00:00 committed by Gitee
commit 9039e0d3c7
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -121,7 +121,7 @@ const handleRegister = () => {
await router.push('/login');
} else {
loading.value = false;
if (captchaEnabled) {
if (captchaEnabled.value) {
getCode();
}
}