From 8e0c8c648a188067acfdcbb6220e49f59ccb9407 Mon Sep 17 00:00:00 2001 From: duanhao Date: Fri, 1 Aug 2025 14:51:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=B1=9E=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../LinkPrediction/socialGroups/components/detailNode.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/views/LinkPrediction/socialGroups/components/detailNode.vue b/src/views/LinkPrediction/socialGroups/components/detailNode.vue index 853e0d8..c3085cc 100644 --- a/src/views/LinkPrediction/socialGroups/components/detailNode.vue +++ b/src/views/LinkPrediction/socialGroups/components/detailNode.vue @@ -320,6 +320,10 @@ const initChart = async () => { name: item.userName, // 头像 avatarData: item.avatarData, + // 节点的默认圆形头像 + defaultAvatar: item.defaultAvatar, + // 节点的高亮圆形头像 + activeAvatar: item.activeAvatar, // 粉丝量 fans: item.fans, symbolSize: 40,