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

View File

@ -207,7 +207,7 @@ const loginData = reactive({
// 获取验证码
const getCode = async () => {
// 情况一,未开启:则直接登录
if (loginData.captchaEnable) {
if (!loginData.captchaEnable) {
await handleLogin({})
} else {
// 情况二,已开启:则展示验证码;只有完成验证码的情况,才进行登录