This commit is contained in:
gyq 2024-07-04 13:35:59 +08:00
parent c7758f66d7
commit 1f20c18384
1 changed files with 2 additions and 2 deletions

View File

@ -179,9 +179,9 @@ function initWebSocket(wsUrl = import.meta.env.VITE_API_WSS) {
})
//
ws.value.addEventListener('WebSocket.CLOSED', function () {
// ws.value.addEventListener('WebSocket.CLOSED', function () {
})
// })
//
// ws.value.onmessage = function (e) {