From 8fa488feb7c6ce1a2ec1dc8b92113b4837565459 Mon Sep 17 00:00:00 2001 From: lzh Date: Mon, 23 Mar 2026 17:42:49 +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=20user-s?= =?UTF-8?q?ocial?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- .../web-antd/src/views/_core/profile/modules/user-social.vue | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 41ad0401a..936f95d12 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 @@ -12,10 +12,7 @@ import { formatDateTime } from '@vben/utils'; import { Avatar, Button, Image, message, Tag, Tooltip } from 'ant-design-vue'; import { socialAuthRedirect } from '#/api/core/auth'; -import { - getBindSocialUserList, - socialUnbind, -} from '#/api/system/social/user'; +import { getBindSocialUserList, socialUnbind } from '#/api/system/social/user'; /** 已经绑定的平台 */ const bindList = ref([]);