guodong 3 years ago
parent
commit
aceb5a8b7f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      GameClient/Assets/Game/Launcher/LauncherConfig.cs

+ 1 - 1
GameClient/Assets/Game/Launcher/LauncherConfig.cs

@@ -71,7 +71,7 @@ namespace GFGGame
         {
             var result = JsonMapper.ToObject<Result>(data);
             CDN_ROOT = result.cdnRoot;
-            CDN_ROOT = "http://10.108.64.127/";
+            //CDN_ROOT = "http://10.108.64.127/";
             loginApiUrl = result.loginApiUrl;
             logApiUrl = result.logApiUrl;
             logKey = result.logKey;