fix:动态修改比赛时间

This commit is contained in:
2026-05-13 18:31:51 +08:00
parent c168a909db
commit 34a32b108c
3 changed files with 14 additions and 9 deletions

View File

@@ -14,8 +14,8 @@ function createWebSocket(token, onMessage) {
switch (envVersion) {
case "develop": // 开发版
// url = "ws://localhost:8000/socket";
url = "wss://apitest.shelingxingqiu.com/socket";
url = "ws://192.168.1.30:8000/socket";
// url = "wss://apitest.shelingxingqiu.com/socket";
break;
case "trial": // 体验版
url = "wss://apitest.shelingxingqiu.com/socket";