hexiaojie hace 1 año
padre
commit
fe50eb9651
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 = "192.168.2.12:10005";//测试地址
+            // LoginAddress = "192.168.2.12:10005";//测试地址
             showGM = int.Parse(result.showGM);
             if(!string.IsNullOrEmpty(result.openTime))
             {