Browse Source

屏蔽测试代码

guodong 1 year ago
parent
commit
51e47aed65
1 changed files with 1 additions and 1 deletions
  1. 1 1
      GameClient/Assets/Game/Launcher/Version/VersionController.cs

+ 1 - 1
GameClient/Assets/Game/Launcher/Version/VersionController.cs

@@ -194,7 +194,7 @@ namespace GFGGame
         /// </summary>
         private string GetHostServerURL(string packageName)
         {
-            LauncherConfig.CDN_ROOT = "http://10.108.64.127";
+            //LauncherConfig.CDN_ROOT = "http://10.108.64.127";
 
             string platform = "PC";
 #if UNITY_EDITOR