Skip to content

Commit aefee52

Browse files
YunaiVgitee-org
authored andcommitted
!443 update src/views/Login/SocialLogin.vue.
Merge pull request !443 from 天痕/N/A
2 parents f547484 + 7092e24 commit aefee52

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)