浏览代码

注释测试代码

guodong 1 年之前
父节点
当前提交
6109fb3826
共有 1 个文件被更改,包括 1 次插入1 次删除
  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))
             {