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";
     }
 }