Desktop/PBS.Desktop/Login/LoginFrm.cs
@@ -74,7 +74,8 @@ //while (!this.IsHandleCreated) // await Task.Delay(100); // 异步等待 this.BeginInvoke(new Action(() => { this.Invoke(new Action(() => { var threadId = Thread.CurrentThread.ManagedThreadId; Yw.Untity.UserRegister.Regist ( @@ -90,7 +91,7 @@ ); })); Yw.WinFrmUI.LoginUserInfo.CorpID = result.User.Corpration.ID; Yw.WinFrmUI.LoginUserInfo.UserID = result.User.ID; Yw.WinFrmUI.LoginUserInfo.AdminType = result.User.AdminType;