update:优化比赛

This commit is contained in:
2026-07-09 16:15:27 +08:00
parent 33187e0cc3
commit 725a3ddcb9
5 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -24,8 +24,8 @@ function createWebSocket(token, onMessage) {
switch (envVersion) {
case "develop": // 开发版
url = "ws://192.168.1.2:8000/socket";
// url = "wss://apitest.shelingxingqiu.com/socket";
// url = "ws://192.168.1.2:8000/socket";
url = "wss://apitest.shelingxingqiu.com/socket";
break;
case "trial": // 体验版
url = "wss://apitest.shelingxingqiu.com/socket";