| | |
| | | var accountLogin = new Login.AccountLogin { }; |
| | | Shared.Common.CommonPage.Instance.AddChidren(accountLogin); |
| | | accountLogin.Show(); |
| | | //accountLogin.ShowForm(); |
| | | } |
| | | } |
| | | |
| | |
| | | Config.Instance.Guid = revertData.Guid; |
| | | Config.Instance.LoginDateTime = DateTime.Now; |
| | | Config.Instance.LoginToken = revertData.Token; |
| | | if (Config.Instance.AccountList.Find((obj) => obj == revertData.Account) == null) |
| | | { |
| | | Config.Instance.AccountList.Add(revertData.Account); |
| | | } |
| | | isLoginSuccess = 1; |
| | | var resultRegID = await Shared.Common.CommonPage.Instance.PushRegID(); |
| | | System.Console.WriteLine($"后台登录成功--{Config.Instance.LoginDateTime}"); |