菜单完善

This commit is contained in:
2025-04-14 17:09:46 +08:00
parent bb10b1f54e
commit c95cd097a5
15 changed files with 109 additions and 4774 deletions
+3 -15
View File
@@ -142,21 +142,9 @@ namespace FineUIPro.Web
if (!IsDataShowPage && !IsSafeReferer)
{
string loginform = ConfigurationManager.AppSettings["LoginForm"];
if (string.IsNullOrEmpty(loginform))
{
if (this.Page.Request.AppRelativeCurrentExecutionFilePath != "~/Login.aspx")
Response.Redirect("~/Login.aspx");
return;
}
else
{
if (this.Page.Request.AppRelativeCurrentExecutionFilePath != "~/Login_ZJ.aspx")
Response.Redirect("~/Login_ZJ.aspx");
return;
}
if (this.Page.Request.AppRelativeCurrentExecutionFilePath != "~/Login.aspx")
Response.Redirect("~/Login.aspx");
return;
}
}