guodong 3 年之前
父节点
当前提交
40ef925e08

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

@@ -1,10 +0,0 @@
-using GFGGame;
-namespace ET
-{
-    public static class ConstValue
-    {
-        //public static string LoginAddress = "10.108.64.190:10005";
-        public static string LoginAddress = LauncherConfig.loginApiUrl;
-        //public static string LoginAddress = "127.0.0.1:10005";
-    }
-}

+ 0 - 11
GameClient/Assets/Game/HotUpdate/ETCodes/Hotfix/App/ConstValue.cs.meta

@@ -1,11 +0,0 @@
-fileFormatVersion: 2
-guid: eaec1cdcafdd7a247af11d0e26ff2033
-MonoImporter:
-  externalObjects: {}
-  serializedVersion: 2
-  defaultReferences: []
-  executionOrder: 0
-  icon: {instanceID: 0}
-  userData: 
-  assetBundleName: 
-  assetBundleVariant: 

+ 0 - 2
GameClient/Assets/Game/Launcher/LauncherConfig.cs

@@ -65,7 +65,6 @@ namespace GFGGame
             var result = JsonMapper.ToObject<Result>(json);
             var result = JsonMapper.ToObject<Result>(json);
             LauncherConfig.CDN_ROOT = result.cdnRoot;
             LauncherConfig.CDN_ROOT = result.cdnRoot;
             //CDN_ROOT = "http://10.108.64.127/";
             //CDN_ROOT = "http://10.108.64.127/";
-            LauncherConfig.loginApiUrl = result.loginApiUrl;
             LauncherConfig.logApiUrl = result.logApiUrl;
             LauncherConfig.logApiUrl = result.logApiUrl;
             LauncherConfig.logKey = result.logKey;
             LauncherConfig.logKey = result.logKey;
             LauncherConfig.apkVersion = result.apkVersion;
             LauncherConfig.apkVersion = result.apkVersion;
@@ -79,7 +78,6 @@ namespace GFGGame
         private struct Result
         private struct Result
         {
         {
             public string cdnRoot;
             public string cdnRoot;
-            public string loginApiUrl;
             public string logApiUrl;
             public string logApiUrl;
             public string logKey;
             public string logKey;
             public string apkVersion;
             public string apkVersion;