diff --git a/web/src/utils/socket.ts b/web/src/utils/socket.ts index 3dc2e62f2aec40571bb84cf3dc6b585c53946304..58efce1d64a1a35337b0046decdf00984f9c2a62 100644 --- a/web/src/utils/socket.ts +++ b/web/src/utils/socket.ts @@ -30,7 +30,7 @@ interface socket { const socket: socket = { websocket: null, - connectURL: "wss://"+window.location.host+":8888/plugin/ws/logs", + connectURL: "wss://"+window.location.host+"/plugin/ws/logs", // 开启标识 socket_open: false, // 心跳timer