From 47e35aa8cda338ddccb0497ae6d54fe76a00facc Mon Sep 17 00:00:00 2001 From: lzh Date: Mon, 23 Mar 2026 16:59:50 +0800 Subject: [PATCH] =?UTF-8?q?style(@vben/web-antd):=20lint=20=E8=87=AA?= =?UTF-8?q?=E5=8A=A8=E6=A0=BC=E5=BC=8F=E5=8C=96=E4=BF=AE=E6=AD=A3=E4=BC=81?= =?UTF-8?q?=E4=B8=9A=E5=BE=AE=E4=BF=A1=E7=99=BB=E5=BD=95=E7=9B=B8=E5=85=B3?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- .../src/views/_core/authentication/login.vue | 14 +++++++------- .../views/_core/profile/modules/user-social.vue | 4 +--- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/apps/web-antd/src/views/_core/authentication/login.vue b/apps/web-antd/src/views/_core/authentication/login.vue index 52c7d9de9..e23292e61 100644 --- a/apps/web-antd/src/views/_core/authentication/login.vue +++ b/apps/web-antd/src/views/_core/authentication/login.vue @@ -248,13 +248,13 @@ const formSchema = computed((): VbenFormSchema[] => { type="button" @click="handleThirdLogin(30)" > - - - + + + diff --git a/apps/web-antd/src/views/_core/profile/modules/user-social.vue b/apps/web-antd/src/views/_core/profile/modules/user-social.vue index 3f51b8f10..462ad60ee 100644 --- a/apps/web-antd/src/views/_core/profile/modules/user-social.vue +++ b/apps/web-antd/src/views/_core/profile/modules/user-social.vue @@ -29,9 +29,7 @@ const route = useRoute(); const bindList = ref([]); /** 暂不支持钉钉,后续开放时移除此过滤 */ -const HIDDEN_SOCIAL_TYPES = new Set([ - SystemUserSocialTypeEnum.DINGTALK.type, -]); +const HIDDEN_SOCIAL_TYPES = new Set([SystemUserSocialTypeEnum.DINGTALK.type]); interface SocialBindItem { title: string;