From e33e1612936a3b6e808ffc4f9f45a9d1755637d8 Mon Sep 17 00:00:00 2001
From: 10191 <506754232@qq.com>
Date: Tue, 16 Jun 2026 23:14:01 +0800
Subject: [PATCH 1/2] 11
---
SGGL/FineUIPro.Web/FineUIPro.Web.csproj | 2 +-
SGGL/WebAPI/Web.config | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/SGGL/FineUIPro.Web/FineUIPro.Web.csproj b/SGGL/FineUIPro.Web/FineUIPro.Web.csproj
index d3c9c225..7f641df8 100644
--- a/SGGL/FineUIPro.Web/FineUIPro.Web.csproj
+++ b/SGGL/FineUIPro.Web/FineUIPro.Web.csproj
@@ -20522,7 +20522,7 @@
-
+
-
+
From f89e4a7d7ac6934602adea0ff25b5283e66c6654 Mon Sep 17 00:00:00 2001
From: 10191 <506754232@qq.com>
Date: Sat, 4 Jul 2026 19:52:22 +0800
Subject: [PATCH 2/2] 11
---
SGGL/FineUIPro.Web/indexProject.aspx | 2 +-
SGGL/FineUIPro.Web/indexProject.aspx.cs | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
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