소스 검색

feat 域名示例

Jae 2 년 전
부모
커밋
61ef2c75ef
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      GameClient/Assets/Game/HotUpdate/GameConfig.cs

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

@@ -18,6 +18,7 @@ namespace GFGGame
             ET.Log.Debug($"gamecfg \n{json}");
             var result = JsonMapper.ToObject<Result>(json);
             LoginAddress = result.loginApiUrl;
+            // LoginAddress = "http://login.gfg.com:10005";
             //LoginAddress = "127.0.0.1:10005";//测试地址
             PlatformName = result.platformName;
             showGM = int.Parse(result.showGM);