This commit is contained in:
QAIU
2023-08-25 18:30:27 +08:00
parent 1b8aaacb60
commit 9b4f03f55e

View File

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