陈嘉乐
2020-05-19 c301b0d8a893d401bec27ee73345b9ce1216c9c4
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();
            }