hexiaojie 11 月之前
父节点
当前提交
fdca79a725
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      GameClient/Assets/Game/HotUpdate/Platform/QDDouYouManagerIos.cs

+ 2 - 2
GameClient/Assets/Game/HotUpdate/Platform/QDDouYouManagerIos.cs

@@ -212,8 +212,8 @@ namespace GFGGame
         public void SwitchAccountsAb(string message)
         {
             Debug.Log("Game.HotUpdate SwitchAccountsAb: " + message);
-            // GameController.QuitToLoginView(true);
-            // EventAgent.DispatchEvent(ConstMessage.OUT_LOGIN);
+            GameController.QuitToLoginView(false);
+            EventAgent.DispatchEvent(ConstMessage.OUT_LOGIN);
         }
 
         /// <summary>