[bug fix] 调用节点地址不能写死 http,不然https的节点就无法使用控制台了。改为 window.location.protocol//window.location.hostname:window.location.port

This commit is contained in:
luk.lu
2019-01-12 15:39:15 +08:00
parent a17463a87c
commit 57c777e1da
3 changed files with 4 additions and 3 deletions

View File

@@ -38,7 +38,7 @@
<td>{{ props.item.index }}</td>
<td>{{ props.item.accessPoint }}</td>
<td>{{ props.item.ownerAddress }}</td>
<td>{{ props.item.brokenCount }}</td>
<td>{{ props.item.status }}</td>
</template>
<template slot="no-results">
{{ $t('network.tableNone') }}