连接管理
连接状态:
{{ statusText }}
服务地址
{{ serverUrl }}
{{ isConnected ? '断开连接' : '建立连接' }}
发送消息
接收人
{{ selectedUserLabel }}
消息内容
发送消息
消息记录
{{ messageList.length }} 条
清空
暂无消息记录
{{ getMessageTypeText(msg.type) }}
用户 ID: {{ msg.userId }}
{{ formatDateTime(msg.time) }}
{{ msg.text }}