!443 update src/views/Login/SocialLogin.vue.

Merge pull request !443 from 天痕/N/A
This commit is contained in:
芋道源码 2024-05-11 13:57:12 +00:00 committed by Gitee
commit aefee5211a
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 {
// //