Skip to content

Commit 7092e24

Browse files
tianhen666gitee-org
authored andcommitted
update src/views/Login/SocialLogin.vue.
这里应该取反 Signed-off-by: 天痕 <[email protected]>
1 parent a608265 commit 7092e24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/Login/SocialLogin.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ const loginData = reactive({
207207
// 获取验证码
208208
const getCode = async () => {
209209
// 情况一,未开启:则直接登录
210-
if (loginData.captchaEnable) {
210+
if (!loginData.captchaEnable) {
211211
await handleLogin({})
212212
} else {
213213
// 情况二,已开启:则展示验证码;只有完成验证码的情况,才进行登录

0 commit comments

Comments
 (0)