|
@@ -44,7 +44,7 @@ namespace GFGGame
|
|
|
|
|
|
public static void InitScriptCompilation()
|
|
|
{
|
|
|
- launcherRootUrl = "http://cdn.wanshijing.com/";
|
|
|
+ launcherRootUrl = "http://gfgclient.obs.cn-north-4.myhuaweicloud.com/";
|
|
|
#if PT_DEV
|
|
|
//外网dev版本
|
|
|
netType = EnumNetType.PUBLIC;
|
|
@@ -69,7 +69,7 @@ namespace GFGGame
|
|
|
#else
|
|
|
netType = EnumNetType.LOCAL;
|
|
|
cfgName = "cfg_local";
|
|
|
- launcherRootUrl = "http://10.108.64.189:81/";
|
|
|
+ //launcherRootUrl = "http://10.108.64.189:81/";
|
|
|
#endif
|
|
|
cfgUrl = launcherRootUrl + "platform/{cfgName}.json";
|
|
|
}
|