瀏覽代碼

资源地址

guodong 3 年之前
父節點
當前提交
4af9e23d76
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      GameClient/Assets/Game/Launcher/LauncherConfig.cs

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

@@ -64,7 +64,7 @@ namespace GFGGame
             ET.Log.Debug($"ptcfg \n{json}");
             var result = JsonMapper.ToObject<Result>(json);
             LauncherConfig.CDN_ROOT = result.cdnRoot;
-            CDN_ROOT = "http://10.108.64.127/";
+            //CDN_ROOT = "http://10.108.64.127/";
             LauncherConfig.loginApiUrl = result.loginApiUrl;
             LauncherConfig.logApiUrl = result.logApiUrl;
             LauncherConfig.logKey = result.logKey;