细节完善

This commit is contained in:
kron
2025-08-15 16:37:10 +08:00
parent b2abcc71b1
commit 8110a0f5c1
5 changed files with 21 additions and 17 deletions

View File

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