export const RETURN_VALUE = [ { deviceAndPort: { deviceKey: "111", port: "1" }, bandwidthUsed: 2000, bandwidthMax: 0 }, { deviceAndPort: { deviceKey: "222", port: "2" }, bandwidthUsed: 2000, bandwidthMax: 0 }, { deviceAndPort: { deviceKey: "111", port: "2" }, bandwidthUsed: 1000, bandwidthMax: 0 }, { deviceAndPort: { deviceKey: "333", port: "3" }, bandwidthUsed: 1000, bandwidthMax: 0 } ] export const LINK_COLLECTION = { '11':{ delFlag:0, endDeviceKey:"111", endDeviceName:"设备1", endPortName:"1", linkKey:"11", linkName:"链路1", linkStatus:0, linkType:0, modifyTime:"", startDeviceKey:"222", startDeviceName:"设备2", startPortName:"2", status:"-1", }, '22':{ delFlag:0, endDeviceKey:"111", endDeviceName:"设备1", endPortName:"2", linkKey:"22", linkName:"链路2", linkStatus:0, linkType:0, modifyTime:"", startDeviceKey:"333", startDeviceName:"设备3", startPortName:"3", status:"-1", } } export const LINK_COLLECTION_RESULT = { '11':{ delFlag:0, endDeviceKey:"111", endDeviceName:"设备1", endPortName:"1", linkKey:"11", linkName:"链路1", linkStatus:0, linkType:0, modifyTime:"", startDeviceKey:"222", startDeviceName:"设备2", startPortName:"2", status:"-1", bandwidthUsed:"", bandwidthMax:"", }, '22':{ delFlag:0, endDeviceKey:"111", endDeviceName:"设备1", endPortName:"2", linkKey:"22", linkName:"链路2", linkStatus:0, linkType:0, modifyTime:"", startDeviceKey:"333", startDeviceName:"设备3", startPortName:"3", status:"-1", bandwidthUsed:"", bandwidthMax:"", } }