From 19ed05b3590dab0944d79e3fe05cc5e4213c2357 Mon Sep 17 00:00:00 2001 From: hxb <hxb@hdlchina.com.cn> Date: 星期五, 26 八月 2022 10:27:00 +0800 Subject: [PATCH] 更改服务器地址 --- 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