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
@@ -8,8 +8,8 @@ try {
switch (envVersion) {
case "develop": // 开发版
BASE_URL = "http://192.168.1.2:8000/api/shoot";
// BASE_URL = "https://apitest.shelingxingqiu.com/api/shoot";
// BASE_URL = "http://192.168.1.2:8000/api/shoot";
BASE_URL = "https://apitest.shelingxingqiu.com/api/shoot";
break;
case "trial": // 体验版
BASE_URL = "https://apitest.shelingxingqiu.com/api/shoot";