Browse Source

启动域名更改

guodong 1 year ago
parent
commit
53f32e4053
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

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