[bug fix] 调用节点地址不能写死 http,不然https的节点就无法使用控制台了。改为 window.location.protocol//window.location.hostname:window.location.port
This commit is contained in:
@@ -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') }}
|
||||
|
||||
Reference in New Issue
Block a user