From 17bf9921d0432fcab9d43ed256f02334e1cf6755 Mon Sep 17 00:00:00 2001
From: chenqiyang <1406175257@qq.com>
Date: 星期二, 29 三月 2022 10:27:34 +0800
Subject: [PATCH] 1.封装新的全视通dll 2.更新TBL.dll、IOS.dll库

---
 ZigbeeApp/Shared/Common/CommonPage.cs |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/ZigbeeApp/Shared/Common/CommonPage.cs b/ZigbeeApp/Shared/Common/CommonPage.cs
old mode 100755
new mode 100644
index b91f081..9d948cf
--- a/ZigbeeApp/Shared/Common/CommonPage.cs
+++ b/ZigbeeApp/Shared/Common/CommonPage.cs
@@ -45,7 +45,7 @@
         /// <summary>
         /// 鐗堟湰鍙�
         /// </summary>
-        public static string CodeIDString = "1.1.0120121401";
+        public static string CodeIDString = "1.1.0121070801";
         /// <summary>
         /// 娉ㄥ唽鏉ユ簮(0:HDL On 1:Zigbee)
         /// </summary>
@@ -318,8 +318,12 @@
             try
             {
                 Application.RunOnMainThread(() =>
-                {
-                    //璁惧畾涓�涓椂闂�
+                {
+#if iOS
+                    //鍏ㄨ閫氶��鍑虹櫥褰�
+                    Shared.IOS.HDLFVSDK.Video.Logout();
+#endif
+                    //璁惧畾涓�涓椂闂�
                     Config.Instance.LoginDateTime = new DateTime(1970, 1, 1);
                     Config.Instance.Save();
                     CommonPage.Instance.RemoveAll();

--
Gitblit v1.8.0