桥梁节点逻辑修改
This commit is contained in:
parent
bb7ffdc99a
commit
dc58a68e62
|
|
@ -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