export default [ { id: "root", name: "海子井光电场", type: "img", image: "stationimg", x: 10, y: 30, }, //1号线路 { id: "HZJ01_01", type: "circle", x: 120, y: 60, connects: ["root"], }, { id: "HZJ01_02", type: "circle", x: 160, y: 60, connects: ["HZJ01_01"], }, { id: "HZJ01_03", type: "circle", x: 200, y: 60, connects: ["HZJ01_02"], }, { id: "HZJ01_04", type: "circle", x: 240, y: 60, connects: ["HZJ01_03"], }, { id: "HZJ01_05", type: "circle", x: 280, y: 60, connects: ["HZJ01_04"], }, { id: "HZJ01_06", type: "circle", x: 320, y: 60, connects: ["HZJ01_05"], }, { id: "HZJ01_07", type: "circle", x: 360, y: 60, connects: ["HZJ01_06"], }, //二号线路 { id: "HZJ01_08", type: "circle", x: 120, y: 120, connects: ["root"], }, { id: "HZJ01_09", type: "circle", x: 160, y: 120, connects: ["HZJ01_08"], }, { id: "HZJ01_10", type: "circle", x: 200, y: 120, connects: ["HZJ01_09"], }, { id: "HZJ01_11", type: "circle", x: 240, y: 120, connects: ["HZJ01_10"], }, { id: "HZJ01_12", type: "circle", x: 280, y: 120, connects: ["HZJ01_11"], }, { id: "HZJ01_13", type: "circle", x: 320, y: 120, connects: ["HZJ01_12"], }, { id: "HZJ01_14", type: "circle", x: 360, y: 120, connects: ["HZJ01_13"], }, ]