From 9f9ae3e0253f2d657b6b337d62d269394d04ee09 Mon Sep 17 00:00:00 2001
From: surprise <15810472099@163.com>
Date: 星期五, 17 十一月 2023 14:29:08 +0800
Subject: [PATCH] 版本更新

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

diff --git a/public/config/config.js b/public/config/config.js
index 2559267..6fa968a 100644
--- a/public/config/config.js
+++ b/public/config/config.js
@@ -3,8 +3,8 @@
 //鏄惁涓虹敓浜х幆澧�
 const webUrl = location.href.indexOf("/web") > -1 ? "/web" : "";
 
-// var webHost = isWeb ? "103.85.165.99" + ":28888" : '192.168.20.106' + ":9000";
-var webHost = isWeb ? "103.85.165.99" + ":28888" : '192.168.20.83' + ":8888";
+var webHost = isWeb ? "103.85.165.99" + ":28888" :  '106.120.22.35' + ":28888";
+// var webHost = isWeb ? "103.85.165.99" + ":28888" : '192.168.20.83' + ":8888";
 // var webHost = isWeb ? "103.85.165.99" + ":28888" : '100.10.1.169' + ":8088";
 // WebSocket 鏈嶅姟鍦板潃
 var socketUrl = 'ws://' + webHost + '/MoonServer/ws/select';

--
Gitblit v1.9.3