This commit is contained in:
QAIU
2023-08-25 18:30:27 +08:00
parent 7b6a79f83a
commit cdeb63e225

View File

@@ -179,7 +179,7 @@ export default {
axios.get(this.node2Ip + 'v2/statisticsInfo').then(
response => {
if (response.data.success) {
this.node1Info = response.data.data
this.node2Info = response.data.data
}
})
}