fix: 修复网格出入方向名称不对的问题,以及单位显示问题

This commit is contained in:
刘洪洪
2022-09-29 14:48:00 +08:00
parent 0b35f85645
commit a110ed9efa
4 changed files with 24 additions and 14 deletions

View File

@@ -135,7 +135,7 @@ if (openMock) {
const egressLinkIds = ['西安', '太原', '西宁']
ingressLinkIds.forEach(ingress => {
egressLinkIds.forEach(egress => {
data.push({ egressLinkDirection: egress, ingressLinkDirection: ingress, egressBytes: 12800000000, ingressBytes: 52800000000, totalBytes: 985412000, establishLatencyMs: 50, httpResponseLatency: 50, sslConLatency: 50, tcpLostlenPercent: 0.2, pktRetransPercent: 0.1 })
data.push({ egressLinkDirection: egress, ingressLinkDirection: ingress, egressBytes: 12800000000, ingressBytes: 52800000000, totalBytes: 98541200, establishLatencyMs: 50, httpResponseLatency: 50, sslConLatency: 50, tcpLostlenPercent: 0.2, pktRetransPercent: 0.1 })
})
})
return {