From cfc3001f99576f4daf8ab610050205860edf1616 Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期二, 03 三月 2026 16:23:56 +0800
Subject: [PATCH] 页面 UI 调整
---
utils/WebSocketServices.js | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/utils/WebSocketServices.js b/utils/WebSocketServices.js
index f083872..745782e 100644
--- a/utils/WebSocketServices.js
+++ b/utils/WebSocketServices.js
@@ -36,6 +36,7 @@
createConnect(userId, userName, count = 0, limit = 3) {
// 鐧诲綍寤虹珛杩炴帴鏃讹紝闇�瑕侀噸鏂拌幏鍙杊ttp鍦板潃锛屽彲鑳戒細鍙樻洿
this.wsUrl = CommonUtils.httpFormatWs();
+ //this.wsUrl = uni.getStorageSync("serverUrl") + "WebSocketHandler.ashx"
// 缂撳瓨鐢ㄦ埛淇℃伅锛堢敤浜庨噸杩烇級
this.currentUserId = userId;
this.currentUserName = userName;
--
Gitblit v1.9.1