Эх сурвалжийг харах

锟斤拷锟矫伙拷锟结交

hexiaojie 2 долоо хоног өмнө
parent
commit
934f1dda2f

+ 1 - 1
GameClient/Assets/Game/HotUpdate/GameConfig.cs

@@ -33,7 +33,7 @@ namespace GFGGame
             LoginAddress = result.loginApiUrl;
             //LoginAddress = "43.139.184.240:10003";
             //LoginAddress = "43.139.184.240:10003";//测试地址
-            //LoginAddress = "192.168.10.1:10005";//测试地址
+            LoginAddress = "192.168.1.191:10005";//测试地址
             showGM = int.Parse(result.showGM);
             if(!string.IsNullOrEmpty(result.openTime))
             {

+ 1 - 1
GameClient/Assets/Game/Launcher/LauncherConfig.cs

@@ -103,7 +103,7 @@ namespace GFGGame
             isUseDouYouIos = "1";
             ChannelId = (int)ChannelID.GFG;
 #else
-            netType = EnumNetType.PUBLIC;
+            netType = EnumNetType.LOCAL;
             cfgName = "cfg_local";
             ChannelId = (int)ChannelID.Test;
 #endif