From 6bc1c3c7e1ac7b716e2cbc03688688732a4bc16b Mon Sep 17 00:00:00 2001 From: 10191 <506754232@qq.com> Date: Thu, 18 Sep 2025 10:20:02 +0800 Subject: [PATCH] jiankong --- SGGL/FineUIPro.Web/common/main_new0.aspx.cs | 30 ++++++++++++++++----- 1 file changed, 23 insertions(+), 7 deletions(-) diff --git a/SGGL/FineUIPro.Web/common/main_new0.aspx.cs b/SGGL/FineUIPro.Web/common/main_new0.aspx.cs index d4699e99..22841c2f 100644 --- a/SGGL/FineUIPro.Web/common/main_new0.aspx.cs +++ b/SGGL/FineUIPro.Web/common/main_new0.aspx.cs @@ -14,6 +14,28 @@ namespace FineUIPro.Web.common { public partial class main_new0 : PageBase { + protected string VideoURL + { + get + { + return ConfigurationManager.AppSettings["Video_URL"] ; + } + } + protected string PassWord + { + get + { + var sysSet17 = (from x in Funs.DB.Sys_Set where x.SetName == "视频监控密码" select x).ToList().FirstOrDefault(); + if (sysSet17 != null) + { + + return Funs.EncryptionPassword(sysSet17.SetValue); + } + return ""; + } + } + + public static List LargerHazard = new List(); /// @@ -166,13 +188,7 @@ namespace FineUIPro.Web.common } } - protected string VideoURL - { - get - { - return ConfigurationManager.AppSettings["Video_URL"] + "#/screen"; - } - } + #region 加载项目信息 protected void getProjectInfo()