hexiaojie 11 months ago
parent
commit
fdca79a725
1 changed files with 2 additions and 2 deletions
  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>