From bbae990ed1f4574fa954753faeae159052d03fba Mon Sep 17 00:00:00 2001
From: llj <132905093+newwwwwwtree@users.noreply.github.com>
Date: 星期二, 27 一月 2026 16:14:06 +0800
Subject: [PATCH] 待我审核增加销售订单,采购订单

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

diff --git a/utils/common.js b/utils/common.js
index 77074ff..6905022 100644
--- a/utils/common.js
+++ b/utils/common.js
@@ -496,13 +496,12 @@
     }
     
     httpFormatWs(httpUrl=this.serverUrl) {
-        console.log('httpUrl: ',httpUrl);
         if(httpUrl.indexOf("http://") === 0){
             httpUrl = httpUrl.replace("http://", "")
-            httpUrl = "ws://" + httpUrl.split(":")[0]+":18080/WS"
+            httpUrl = "ws://" + httpUrl.split(":")[0]+":8089/ws"
         }else if(httpUrl.indexOf("https://") === 0) {
             httpUrl = httpUrl.replace("https://", "")
-            httpUrl = "wss://" + httpUrl.split(":")[0]+":18080/WS"
+            httpUrl = "wss://" + httpUrl.split(":")[0]+":8089/ws"
         }else{
             // 鎻愮ず浼犲叆杩炴帴閿欒
         }

--
Gitblit v1.9.1