From 5ce9a5b3706b7c609d832f73763a853ffd415c85 Mon Sep 17 00:00:00 2001 From: lss <lsc@hdlchina.com.cn> Date: 星期四, 09 六月 2022 13:40:37 +0800 Subject: [PATCH] 2022-6-9 修复推送 --- ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/UserCenterLogic.cs | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/UserCenterLogic.cs b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/UserCenterLogic.cs index 6d38457..c00d980 100644 --- a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/UserCenterLogic.cs +++ b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/UserCenterLogic.cs @@ -4,7 +4,6 @@ using Shared.Common.ResponseEntity; using System.Collections.Generic; using System.Text; - namespace Shared.Phone.UserCenter { /// <summary> @@ -565,6 +564,10 @@ /// <param name="noticeDb">鏄惁閫氱煡浜戠</param> public static void ReLoginAgain(string account = "", bool noticeDb = true) { +#if iOS + //閫�鍑哄叏瑙嗛�氱櫥褰� + Shared.IOS.HDLFVSDK.Video.Logout(); +#endif if (Config.Instance.Home.IsVirtually == true) { //濡傛灉鏄櫄鎷熶綇瀹� -- Gitblit v1.8.0