wxr
2023-04-11 f1173fc28f51e5845a0d1f0b0f6280a714696fda
HDL_ON/Common/HDLCommon.cs
@@ -433,6 +433,14 @@
        /// </summary>
        public void CheckLogout()
        {
#if __IOS__
            try{
                HDL_ON_iOS.AppDelegate.rootViewController.PopToRootViewController(false);
            }catch(Exception ex){
                MainPage.Log($"回到跟类失败:{ex.Message}");
            }
#endif
            //测试账号,不挤下线
            switch (UserInfo.Current.AccountString)
            {