hexiaojie 1 неделя назад
Родитель
Сommit
293da0c9c4
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      GameClient/Assets/Game/Launcher/Version/VersionController.cs

+ 2 - 2
GameClient/Assets/Game/Launcher/Version/VersionController.cs

@@ -9,8 +9,8 @@ namespace GFGGame
     public class VersionController : SingletonMonoBase<VersionController>
     {
         public const string DefaultPackage = "GameLogic";
-        string defaultHostServer = "https://gfg-client.obs.cn-north-4.myhuaweicloud.com/ResWebGlTest/WebGL/GameLogic/HostPlay";
-        string fallbackHostServer = "https://gfg-client.obs.cn-north-4.myhuaweicloud.com/ResWebGlTest/WebGL/GameLogic/HostPlay";
+        string defaultHostServer = "https://cdn.goufuguiwxw.com/ResWebGlTest/WebGL/GameLogic/HostPlay";
+        string fallbackHostServer = "https://cdn.goufuguiwxw.com/ResWebGlTest/WebGL/GameLogic/HostPlay";
 
         public ResourcePackage package;