2 커밋 800bd6fdfb ... a95d1d7ac3

작성자 SHA1 메시지 날짜
  hexiaojie a95d1d7ac3 Merge remote-tracking branch 'remotes/origin/master' into douYouTap 2 달 전
  hexiaojie 0f5ffb54ec 1 2 달 전
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      GameClient/Assets/Game/HotUpdate/GameConfig.cs

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

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