diff --git a/SGGL/FineUIPro.Web/indexProject.aspx b/SGGL/FineUIPro.Web/indexProject.aspx index cbfe40e2..0860ff1d 100644 --- a/SGGL/FineUIPro.Web/indexProject.aspx +++ b/SGGL/FineUIPro.Web/indexProject.aspx @@ -682,7 +682,7 @@ if (password != "") { var sign = CryptoJS.AES.encrypt(username + "$" + password +"$" + Date.now(), "nbd").toString(); sign = encodeURIComponent(sign); - window.open(videoURL + "#/screen?sign=" + sign , '_blank'); + window.open(videoURL + "#/login.html?sign=" + sign , '_blank'); } else { alert("该项目未关联监控信息!"); } diff --git a/SGGL/FineUIPro.Web/indexProject.aspx.cs b/SGGL/FineUIPro.Web/indexProject.aspx.cs index c742d5cc..94a4ec45 100644 --- a/SGGL/FineUIPro.Web/indexProject.aspx.cs +++ b/SGGL/FineUIPro.Web/indexProject.aspx.cs @@ -858,7 +858,7 @@ namespace FineUIPro.Web { get { - return ConfigurationManager.AppSettings["Video_URL"] + "#/screen"; + return ConfigurationManager.AppSettings["Video_URL"] ; } } //protected string CommandDispatchCenterURL