소스 검색

启动域名更改

guodong 1 년 전
부모
커밋
53f32e4053
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      GameClient/Assets/Game/Launcher/LauncherConfig.cs

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

@@ -44,7 +44,7 @@ namespace GFGGame
 
         public static void InitScriptCompilation()
         {
-            launcherRootUrl = "https://wsjclient.obs.cn-north-4.myhuaweicloud.com/";
+            launcherRootUrl = "http://cdn.wanshijing.com/";
 #if PT_DEV
             //外网dev版本
             netType = EnumNetType.PUBLIC;