From f4b1844d38251b16fbf14ee43a1451948429c2bb Mon Sep 17 00:00:00 2001 From: linfso Date: Wed, 1 Jan 2025 21:49:25 +0800 Subject: [PATCH] md --- src/utils/XDNoticeSdk.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/XDNoticeSdk.js b/src/utils/XDNoticeSdk.js index 73d2dc68..eee1bf78 100644 --- a/src/utils/XDNoticeSdk.js +++ b/src/utils/XDNoticeSdk.js @@ -107,8 +107,8 @@ class XDNoticeSdk { if (!this.ws || this.getWSReadyState() === this.WS_CLOSING || this.getWSReadyState() === this.WS_CLOSE) { try { - // wss://api.emis.tanex56.com/api/bizsvr/ws/123 - this.ws = new WebSocket(this.WS_URL+""+this.userId); + // wss://api.emis.tanex56.com/api/bizsvr/ws/123/pc + this.ws = new WebSocket(this.WS_URL+""+this.userId+"/pc"); this.ws.onerror = () => { // console.log("ws onerror!");