guodong 3 سال پیش
والد
کامیت
786239c69b
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      GameClient/Assets/Game/HotUpdate/ETCodes/Hotfix/App/ConstValue.cs

+ 2 - 2
GameClient/Assets/Game/HotUpdate/ETCodes/Hotfix/App/ConstValue.cs

@@ -2,7 +2,7 @@
 {
     public static class ConstValue
     {
-        //public const string LoginAddress = "10.108.64.190:10005";
-          public const string LoginAddress = "127.0.0.1:10005";
+        public const string LoginAddress = "10.108.64.190:10005";
+        //public const string LoginAddress = "127.0.0.1:10005";
     }
 }