From b8db9405412a06bea20452d3c4637078c4f40164 Mon Sep 17 00:00:00 2001 From: "luk.lu" Date: Mon, 18 Feb 2019 13:15:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=8Apeer=E5=85=A8=E9=83=BD=E6=94=B9?= =?UTF-8?q?=E5=90=8D=E4=B8=BAnode=EF=BC=8C=E4=BB=A5=E5=92=8Cnode.server?= =?UTF-8?q?=E7=9A=84=E6=9C=80=E6=96=B0=E4=BF=AE=E6=94=B9=E4=BF=9D=E6=8C=81?= =?UTF-8?q?=E4=B8=80=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/modules/network.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/modules/network.js b/src/store/modules/network.js index 5b5c003..227accf 100644 --- a/src/store/modules/network.js +++ b/src/store/modules/network.js @@ -42,7 +42,7 @@ export default { actions: { async updateNetInfo({ state, commit }) { - let result = await axios.post('Node/peerStat', {}) + let result = await axios.post('Node/nodeStat', {}) commit('setNodeNumber', (result && result.data) ? result.data.length : 0)