@@ -47,8 +47,8 @@ namespace GFGGame
launcherRootUrl = "http://gfgclient.obs.cn-north-4.myhuaweicloud.com/";
#if PT_DEV
//外网dev版本
- netType = EnumNetType.PUBLIC;
- cfgName = "cfg_dev";
+ netType = EnumNetType.LOCAL;
+ cfgName = "cfg_local";
#elif PT_TAPTAP
netType = EnumNetType.PUBLIC;
cfgName = "cfg_taptap";