// 中心点 // const centerPos= { // id: '', // pos: { // x:-0.5, // y: 0 // } // }, // const leftcenter = { // } export const equipAnchor = { "WSSTSP": [ { id: '', pos: { x: 50, y: 0 } }, { id: '', pos: { x: -50, y: 0 } }, { id: '', pos: { x: 0, y: 50 } }, { id: '', pos: { x: 0, y: -50 } }, ], "WSDWWT": [ // 生活给水储水箱 { id: '', pos: { x: 12, y: -10 } }, ], // 离心式冷水机组 'ACCCCC': [ { id: '', pos: { x: -25, y: 0 } }, { id: '', pos: { x: -25, y: 10 } }, { id: '', pos: { x: 25, y: 0 } }, { id: '', pos: { x: 25, y: 10 } }, ] }