Kaynağa Gözat

Merge branch 'master' of http://129.204.4.238:3000/GFG_WebGL/Client

yun200895 1 hafta önce
ebeveyn
işleme
ad82ede754

+ 2 - 1
GameClient/Assets/Game/HotUpdate/UGUI/UGUIManager.cs

@@ -107,7 +107,8 @@ namespace GFGGame
             //});
 
             //---------------------------------------------------------测试
-            string data = "{\"loginApiUrl\":\"129.204.4.238:11005\",\"platformName\":\"\",\"showGM\":\"1\",\"tsStatus\":\"0\",\"openTime\":\"[2024][6][19][05:00:00]\",\"tsServer\":\"1\"}";
+            string data = "{\"loginApiUrl\":\"https://webgltest.goufuguiwxw.com/ws\",\"platformName\":\"\",\"showGM\":\"1\",\"tsStatus\":\"0\",\"openTime\":\"[2024][6][19][05:00:00]\",\"tsServer\":\"1\"}";
+            
             Debug.Log(data);
             GameConfig.InitData(data);
             Debug.Log($"初始化游戏配置");