update src/views/Login/SocialLogin.vue.

这里应该取反

Signed-off-by: 天痕 <614891294@qq.com>
This commit is contained in:
天痕 2024-05-07 09:10:43 +00:00 committed by Gitee
parent a60826529b
commit 7092e24098
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -207,7 +207,7 @@ const loginData = reactive({
// //
const getCode = async () => { const getCode = async () => {
// //
if (loginData.captchaEnable) { if (!loginData.captchaEnable) {
await handleLogin({}) await handleLogin({})
} else { } else {
// //