浏览代码

fix登陆失败后,后续登录会一直报错的问题

大爷 1 年之前
父节点
当前提交
5237259ce1
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      Unity/Assets/Scripts/Codes/Hotfix/Client/Login/LoginHelper.cs

+ 5 - 0
Unity/Assets/Scripts/Codes/Hotfix/Client/Login/LoginHelper.cs

@@ -12,6 +12,11 @@ namespace ET.Client
             {
                 // 创建一个ETModel层的Session
                 clientScene.RemoveComponent<RouterAddressComponent>();
+                clientScene.RemoveComponent<NetClientComponent>();
+                clientScene.RemoveComponent<SessionComponent>();
+                clientScene.RemoveComponent<AccountInfoComponent>();
+                
+
                 // 获取路由跟realmDispatcher地址
                 RouterAddressComponent routerAddressComponent = clientScene.GetComponent<RouterAddressComponent>();
                 if (routerAddressComponent == null)