diff --git a/web-front/src/App.vue b/web-front/src/App.vue index ab267b0..9628c52 100644 --- a/web-front/src/App.vue +++ b/web-front/src/App.vue @@ -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 } }) }