import imageA from '../assets/images/icon-node.png'
import imageB from '../assets/images/icon-organization.png'
nodes: [
{
id: 1,
label: "外部网络",
x: -600,
y: 0,
image: imageA,
size: 60,
// title: 'space',
},
{
id: 2,
font: { multi: true },
label: "交换机",
x: -200,
y: 200,
size: 40,
image: imageB,
title: 'earth',
},
{
id: 3,
font: { multi: true },
label: 计算机",
x: -800,
y: 200,
size: 40,
image: imageA,
// title: 'earth',
},