Browse Source

Merge remote-tracking branch 'remotes/origin/master' into douYouTap

hexiaojie 2 months ago
parent
commit
a95d1d7ac3
1 changed files with 2 additions and 1 deletions
  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);
             var result = JsonMapper.ToObject<Result>(json);
             LoginAddress = result.loginApiUrl;
             LoginAddress = result.loginApiUrl;
             //LoginAddress = "43.139.184.240:10003";
             //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);
             showGM = int.Parse(result.showGM);
             if(!string.IsNullOrEmpty(result.openTime))
             if(!string.IsNullOrEmpty(result.openTime))
             {
             {