guodong 3 years ago
parent
commit
786239c69b
1 changed files with 2 additions and 2 deletions
  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";
     }
 }