diff --git a/src/views/system/websocket/websocket-test.vue b/src/views/system/websocket/websocket-test.vue deleted file mode 100644 index 553ea4a5..00000000 --- a/src/views/system/websocket/websocket-test.vue +++ /dev/null @@ -1,390 +0,0 @@ - - - - - - WebSocket测试 - - - - - - - - - - {{ isConnected ? "断开连接" : "连接" }} - - - - - - 触发字典更新通知,所有在线用户会收到该通知 - - - - - - - 发送字典更新通知 - - - - - - - 向特定用户发送消息 - - - - - - - - - - 发送消息 - 发送广播 - - - - - - - - - - {{ onlineStats.total }} - - - - - - - - - - {{ formatDate(scope.row.loginTime) }} - - - - - - 刷新列表 - - - - - - - {{ formatDate(log.timestamp) }} - - {{ log.sender }} - : {{ log.content }} - 广播 - - - 暂无消息记录 - - - - 清空记录 - - - - - - - - - -
触发字典更新通知,所有在线用户会收到该通知
向特定用户发送消息