|
|
@ -60,7 +60,9 @@ const selectChannel = (channel: string, event: any) => { |
|
|
|
stroke-linecap="round" |
|
|
|
/> |
|
|
|
</svg> |
|
|
|
<h3 class="status-text">{{ gasStore.isOnline ? '已连接' : '未连接' }}</h3> |
|
|
|
<h3 class="status-text"> |
|
|
|
{{ gasStore.isOnline ? '已连接' : '未连接' }} |
|
|
|
</h3> |
|
|
|
</div> |
|
|
|
<div class="status-info"> |
|
|
|
<h3>当前通道:{{ gasStore.currentChannel === gasStore.channelSwitcherMap[0] ? '降解通道' : gasStore.currentChannel === gasStore.channelSwitcherMap[1] ? '消毒通道' : '除湿通道' }}</h3> |
|
|
|