From 16cf3fc7504c4f8dc1eb0edb17f7346f8c910b44 Mon Sep 17 00:00:00 2001 From: caijun Date: Wed, 28 Jan 2026 10:25:53 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9=E7=82=B9=E5=87=BB?= =?UTF-8?q?=E7=99=BB=E5=BD=95=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/login/index.vue | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/pages/login/index.vue b/pages/login/index.vue index 648f41f..c865bf4 100644 --- a/pages/login/index.vue +++ b/pages/login/index.vue @@ -517,8 +517,7 @@ this.imgUrl = `/api/oauth/ImageCode/${this.codeLength || 4}/${timestamp}` }, login() { - if(this.ssoOptions.socialLogin){ - this.$refs.dataForm.validate(valid => { + this.$refs.dataForm.validate(valid => { if (valid) { this.loading = true const password = md5Libs.md5(this.formData.password); @@ -526,9 +525,7 @@ this.getLogin('click') } }); - return - } - this.certifyLogin() + // this.certifyLogin() }, // 普通登录 getLogin(type){