|
@@ -18,7 +18,7 @@ namespace GFGGame
|
|
|
ET.Log.Debug($"gamecfg \n{json}");
|
|
|
var result = JsonMapper.ToObject<Result>(json);
|
|
|
LoginAddress = result.loginApiUrl;
|
|
|
- LoginAddress = "127.0.0.1:10005";//测试地址
|
|
|
+ //LoginAddress = "127.0.0.1:10005";//测试地址
|
|
|
PlatformName = result.platformName;
|
|
|
showGM = int.Parse(result.showGM);
|
|
|
GameConfig.logApiReportUrl = LauncherConfig.logApiRootUrl + "ReportGet";
|