From fb0d024283a24042e55c70019dffbcd104792135 Mon Sep 17 00:00:00 2001
From: zrg <z1873@LAPTOP-EAVL132E>
Date: 星期二, 21 四月 2026 16:53:50 +0800
Subject: [PATCH] Merge branch 'Dev' of http://101.37.171.70:10101/r/~jhz/STUWMS into Dev

---
 utils/WebSocketServices.js |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/utils/WebSocketServices.js b/utils/WebSocketServices.js
index c1a0526..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;
@@ -98,7 +99,7 @@
                 // 澶勭悊涓氬姟娑堟伅
                 if (message.Type === "MessageUnRead") { // 鏈娑堟伅
                     let payload = {
-                        pagePath: "/pages/ZLGL/OA_WorkLink/OA_WorkLinkBillList",
+                        pagePath: "/pages/ZLGL/OA_WorkLink/OA_WorkLinkBillQuery",
                         itemId: 0
                     }
                     const content = JSON.parse(message.Content);
@@ -107,7 +108,7 @@
                 } else if (message.Type === "Message") {
                     const content = JSON.parse(message.Content)
                     let payload = {
-                        pagePath: "/pages/ZLGL/OA_WorkLink/OA_WorkLinkBillList",
+                        pagePath: "/pages/ZLGL/OA_WorkLink/OA_WorkLinkBillQuery",
                         itemId: 0
                     }
                     this.showTaskTip(content[0]["鍐呭"], payload, content[0]["涓婚"]);

--
Gitblit v1.9.1