HDL Home App 第二版本 旧平台金堂用 正在使用
黄学彪
2020-03-23 21923381bdac04d1633b168c97accc81f0898d84
ZigbeeApp/Shared/Phone/UserView/HomePage.cs
@@ -117,7 +117,7 @@
            else
            {
                //未登录弹出登录界面
                var accountLogin = new Device.Account.AccountLogin { };
                var accountLogin = new Login.AccountLogin { };
                Shared.Common.CommonPage.Instance.AddChidren(accountLogin);
                accountLogin.Show();
            }