From bd410087af2102cf78ad764e32f6ce0138ab95a4 Mon Sep 17 00:00:00 2001 From: dubai Date: Sun, 11 Jan 2026 14:28:05 +0800 Subject: [PATCH] =?UTF-8?q?fix(profile):=20=E6=9A=82=E4=B8=8D=E6=94=AF?= =?UTF-8?q?=E6=8C=81=E7=A4=BE=E4=BA=A4=E8=B4=A6=E5=8F=B7=E7=BB=91=E5=AE=9A?= =?UTF-8?q?=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/_core/profile/components/account-bind.vue | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/Yi.Vben5.Vue3/apps/web-antd/src/views/_core/profile/components/account-bind.vue b/Yi.Vben5.Vue3/apps/web-antd/src/views/_core/profile/components/account-bind.vue index fcb0a848..ac468952 100644 --- a/Yi.Vben5.Vue3/apps/web-antd/src/views/_core/profile/components/account-bind.vue +++ b/Yi.Vben5.Vue3/apps/web-antd/src/views/_core/profile/components/account-bind.vue @@ -4,7 +4,7 @@ import type { BindItem } from '../../oauth-common'; import type { SocialInfo } from '#/api/system/social/model'; import { onMounted, ref } from 'vue'; - +import { message } from 'ant-design-vue'; import { Alert, Avatar, Card, Empty, Modal, Tooltip } from 'ant-design-vue'; import { authUnbinding } from '#/api'; @@ -20,7 +20,15 @@ interface BindItemWithInfo extends BindItem { const bindList = ref([]); async function loadData() { - const resp = await socialList(); + + // const resp = await socialList(); + + const resp = []; + // messgae提示,暂不支持 + message.error('暂不支持'); + + + const list: BindItemWithInfo[] = [...accountBindList]; list.forEach((item) => {