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

@@ -6,8 +6,8 @@ try {
switch (envVersion) {
case "develop": // 开发版
// BASE_URL = "http://localhost:8000/api/shoot";
BASE_URL = "https://apitest.shelingxingqiu.com/api/shoot";
BASE_URL = "http://192.168.1.30:8000/api/shoot";
// BASE_URL = "https://apitest.shelingxingqiu.com/api/shoot";
break;
case "trial": // 体验版
BASE_URL = "https://apitest.shelingxingqiu.com/api/shoot";