桥梁节点逻辑修改

This commit is contained in:
duanhao 2025-07-23 16:01:19 +08:00
parent bb7ffdc99a
commit dc58a68e62

View File

@ -163,9 +163,9 @@ const initChart = () => {
name: c.name, name: c.name,
// //
// //
icon: c.category === 1 icon: c.category === 0
? `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)}`
: `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, right: 15,
bottom: 13, bottom: 13,