Quellcode durchsuchen

注释测试代码

guodong vor 1 Jahr
Ursprung
Commit
6109fb3826
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      GameClient/Assets/Game/HotUpdate/GameConfig.cs

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

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