|
@ -177,8 +177,9 @@ const backHandle = () => { |
|
|
<el-tooltip |
|
|
<el-tooltip |
|
|
class="box-item" |
|
|
class="box-item" |
|
|
effect="dark" |
|
|
effect="dark" |
|
|
|
|
|
trigger="click" |
|
|
:content="isClose ? `尝试重连: ${reconnectCurrentCount}次` : '已连接'" |
|
|
:content="isClose ? `尝试重连: ${reconnectCurrentCount}次` : '已连接'" |
|
|
placement="top-start" |
|
|
|
|
|
|
|
|
placement="bottom-start" |
|
|
> |
|
|
> |
|
|
<img v-if="!isClose" class="wifi-icon" src="../../assets/images/icon_wifi.svg" alt=""> |
|
|
<img v-if="!isClose" class="wifi-icon" src="../../assets/images/icon_wifi.svg" alt=""> |
|
|
<el-badge v-else :value="reconnectCurrentCount" :offset="[-20, 0]"> |
|
|
<el-badge v-else :value="reconnectCurrentCount" :offset="[-20, 0]"> |
|
|