fix:新增分享房间图片&2v2+3v3+大乱斗只有管理员房间才展示踢人按钮

This commit is contained in:
2026-05-14 10:05:50 +08:00
parent 34a32b108c
commit 1c75c06eaa
4 changed files with 33 additions and 8 deletions

View File

@@ -6,8 +6,8 @@ try {
switch (envVersion) {
case "develop": // 开发版
BASE_URL = "http://192.168.1.30: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";