소스 검색

屏蔽测试代码

guodong 1 년 전
부모
커밋
51e47aed65
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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