ZigbeeApp/Shared/Phone/UserView/HomePage.cs
@@ -81,7 +81,7 @@ else { //未登录弹出登录界面 var accountLogin = new Login.AccountLogin { }; var accountLogin = new Login.AccountLoginForm { }; Shared.Common.CommonPage.Instance.AddChidren(accountLogin); accountLogin.ShowForm(); }