浏览代码

启动域名更改

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()
         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;