update: 替换背景图片地址

This commit is contained in:
2026-05-09 13:50:55 +08:00
parent 0a8c6e7477
commit 31361cff1e
5 changed files with 7 additions and 7 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://localhost:8000/api/shoot";
BASE_URL = "https://apitest.shelingxingqiu.com/api/shoot";
break;
case "trial": // 体验版
BASE_URL = "https://apitest.shelingxingqiu.com/api/shoot";