Browse Source

修改配置

hexiaojie 11 months ago
parent
commit
8bb662bf52
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

@@ -66,7 +66,7 @@ namespace GFGGame
 
         public static void InitScriptCompilation()
         {
-            launcherRootUrl = "http://gfg-client.obs.cn-north-4.myhuaweicloud.com/";
+            launcherRootUrl = "http://cdn.goufuguiwxw.com/";
 #if PT_DEV
             //外网dev版本
             netType = EnumNetType.LOCAL;