补充了一些信息;区块列表最新块出现在最上面

This commit is contained in:
Nova
2019-02-11 00:10:03 +08:00
parent da901b9e79
commit f6f8eecff0
10 changed files with 79 additions and 34 deletions

View File

@@ -42,7 +42,7 @@ export default {
actions: {
async updateNetInfo({ state, commit }) {
let result = await axios.post('Peer/getPeerList', {})
let result = await axios.post('Peer/peerStat', {})
commit('setPeerNumber', (result && result.data) ? result.data.length : 0)