feat: ✨ 新增通知公告发送ws消息
新增通知公告发送ws消息
This commit is contained in:
@@ -391,7 +391,6 @@ const getNoticeLevelTag = (type: number) => {
|
||||
|
||||
function connectWebSocket() {
|
||||
WebSocketManager.getWebSocketClient("/topic/onlineUserCount", (message) => {
|
||||
console.log("收到消息:", message);
|
||||
onlineUserCount.value = JSON.parse(message);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user