From 1aeb838fd95d7e736b3a08979c917da5f5f7f6f1 Mon Sep 17 00:00:00 2001 From: QAIU <736226400@qq.com> Date: Fri, 25 Aug 2023 18:30:27 +0800 Subject: [PATCH] aaa --- web-front/src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } }) }