hexiaojie 1 år sedan
förälder
incheckning
67aee446dc
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      GameClient/Assets/Game/HotUpdate/GameConfig.cs

+ 1 - 1
GameClient/Assets/Game/HotUpdate/GameConfig.cs

@@ -32,7 +32,7 @@ namespace GFGGame
             var result = JsonMapper.ToObject<Result>(json);
             LoginAddress = result.loginApiUrl;
             // LoginAddress = "http://login.gfg.com:10005";
-            //LoginAddress = "175.178.189.228:10003";//测试地址
+            LoginAddress = "192.168.2.12:10005";//测试地址
             showGM = int.Parse(result.showGM);
             if(!string.IsNullOrEmpty(result.openTime))
             {