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 {