style(@vben/web-antd): lint 自动格式化修正 user-social

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
lzh
2026-03-23 17:42:49 +08:00
parent e18b6633a1
commit 8fa488feb7

View File

@@ -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<SystemSocialUserApi.SocialUser[]>([]);