From 15b091dce214bb72b976e4362ddff734f3d314ba Mon Sep 17 00:00:00 2001 From: lzh Date: Mon, 23 Mar 2026 16:50:38 +0800 Subject: [PATCH] =?UTF-8?q?feat(@vben/web-antd):=20=E5=90=AF=E7=94=A8?= =?UTF-8?q?=E4=BC=81=E4=B8=9A=E5=BE=AE=E4=BF=A1=E6=89=AB=E7=A0=81=E7=99=BB?= =?UTF-8?q?=E5=BD=95=E5=8F=8A=E7=A4=BE=E4=BA=A4=E7=BB=91=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 登录页新增企业微信扫码登录入口,使用 TDesign 官方企微图标; 个人中心社交账号页面开放企业微信绑定/解绑功能。 Co-Authored-By: Claude Opus 4.6 (1M context) --- .../src/views/_core/authentication/login.vue | 16 ++++++++-------- .../views/_core/profile/modules/user-social.vue | 3 +-- 2 files changed, 9 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 6cf0be002..52c7d9de9 100644 --- a/apps/web-antd/src/views/_core/authentication/login.vue +++ b/apps/web-antd/src/views/_core/authentication/login.vue @@ -241,22 +241,22 @@ const formSchema = computed((): VbenFormSchema[] => { - - + --> + 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 e4927bf99..3f51b8f10 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 @@ -28,10 +28,9 @@ const route = useRoute(); /** 已经绑定的平台 */ const bindList = ref([]); -/** 暂不支持钉钉和企业微信,后续开放时移除此过滤 */ +/** 暂不支持钉钉,后续开放时移除此过滤 */ const HIDDEN_SOCIAL_TYPES = new Set([ SystemUserSocialTypeEnum.DINGTALK.type, - SystemUserSocialTypeEnum.WECHAT_ENTERPRISE.type, ]); interface SocialBindItem {