From 5b8b0ba6ebbc1d400f480db7f00b12208927ec40 Mon Sep 17 00:00:00 2001
From: llj <132905093+newwwwwwtree@users.noreply.github.com>
Date: 星期三, 04 三月 2026 09:57:32 +0800
Subject: [PATCH] Merge branch 'Dev' of http://101.37.171.70:10101/r/~jhz/STUWMS into Dev

---
 utils/common.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/utils/common.js b/utils/common.js
index 80c909d..25f2f50 100644
--- a/utils/common.js
+++ b/utils/common.js
@@ -501,13 +501,13 @@
             httpUrl = httpUrl.substring(0, httpUrl.length - 1)
             let BackSlashLast = httpUrl.lastIndexOf('/')
             httpUrl = httpUrl.substring(0, BackSlashLast)
-            httpUrl = "ws://" + httpUrl.split(":")[0]+":8888/ws"
+            httpUrl = "ws://" + httpUrl.split(":")[0]+":12345/ws"
         }else if(httpUrl.indexOf("https://") === 0) {
             httpUrl = httpUrl.replace("https://", "")
             httpUrl = httpUrl.substring(0, httpUrl.length - 1)
             let BackSlashLast = httpUrl.lastIndexOf('/')
             httpUrl = httpUrl.substring(0, BackSlashLast)
-            httpUrl = "wss://" + httpUrl.split(":")[0]+":8888/ws"
+            httpUrl = "wss://" + httpUrl.split(":")[0]+":12345/ws"
         }else{
             // 鎻愮ず浼犲叆杩炴帴閿欒
         }

--
Gitblit v1.9.1