Merge branch 'master' of http://172.16.20.1:3000/duanhao/SocialNetworks_duan
This commit is contained in:
commit
df1459aca1
|
|
@ -163,9 +163,9 @@ const initChart = () => {
|
|||
name: c.name,
|
||||
// 锚点账号用圆形头像,普通账号保持默认
|
||||
// 添加自定义图标
|
||||
icon: c.category === 1
|
||||
? `image://${new URL('@/assets/images/icon/community_node_legend.png', import.meta.url)}`
|
||||
: `image://${new URL('@/assets/images/icon/bridge_node_legend.png', import.meta.url)}`
|
||||
icon: c.category === 0
|
||||
? `image://${new URL('@/assets/images/icon/bridge_node_legend.png', import.meta.url)}`
|
||||
: `image://${new URL('@/assets/images/icon/community_node_legend.png', import.meta.url)}`
|
||||
})),
|
||||
right: 15,
|
||||
bottom: 13,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user