From 304d1e671c69d677189aa2513ccd6de7b1d786a4 Mon Sep 17 00:00:00 2001
From: JLChen <551775569@qq.com>
Date: 星期二, 02 二月 2021 10:31:30 +0800
Subject: [PATCH] 2021-02-01 1.增加丰林可视对讲测试

---
 HDL_ON/UI/UI1-Login/LoginPageBLL.cs |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/HDL_ON/UI/UI1-Login/LoginPageBLL.cs b/HDL_ON/UI/UI1-Login/LoginPageBLL.cs
index 64bb698..3eb157d 100644
--- a/HDL_ON/UI/UI1-Login/LoginPageBLL.cs
+++ b/HDL_ON/UI/UI1-Login/LoginPageBLL.cs
@@ -874,8 +874,16 @@
 #if DEBUG
 #if __Android__
 #else
- EZSDK.IOS.EZSDK.Go2EZvizMonitor();
- return;
+                //EZSDK.IOS.EZSDK.Go2EZvizMonitor();
+
+
+                Shared.ESVideoInfo eSVideoInfo = new Shared.ESVideoInfo();
+                eSVideoInfo.DeviceName = "瀹ゅ鏈�88";
+                eSVideoInfo.ESVideoUUID = "JJY000019VPLLF";
+                eSVideoInfo.ESRoomID = 801;
+                eSVideoInfo.RoomName = "0801";
+                Shared.ESVideo.ShowESVideoMonitor(eSVideoInfo);
+                return;
 #endif
 #endif
 

--
Gitblit v1.8.0