-
- 是否在线:{{ gasStore.isOnline ? '在线' : '离线' }}
-
+
+
+
+
+
+
{{ gasStore.isOnline ? '已连接' : '未连接' }}
+
+
+
当前通道:{{ gasStore.currentChannel === gasStore.channelSwitcherMap[0] ? '降解通道' : gasStore.currentChannel === gasStore.channelSwitcherMap[1] ? '消毒通道' : '除湿通道' }}
+
+