fix: 修复概览页流量显示问题 (#797)

This commit is contained in:
ssongliu 2023-04-26 18:56:14 +08:00 committed by GitHub
parent 6e3923d0da
commit 936b0e59ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -479,11 +479,11 @@ const loadData = async () => {
yDatas: [
{
name: i18n.global.t('monitor.up'),
data: netBytesRecvs.value,
data: netBytesSents.value,
},
{
name: i18n.global.t('monitor.down'),
data: netBytesSents.value,
data: netBytesRecvs.value,
},
],
formatStr: 'KB/s',