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()