1代码合并

This commit is contained in:
2025-02-05 17:57:14 +08:00
parent 4bbce72980
commit 5712066e0a
57 changed files with 334 additions and 3709 deletions
+2 -2
View File
@@ -404,7 +404,7 @@ namespace FineUIPro.Web
{
this.leftPanel.Hidden = true;
this.XmlDataSource1.DataFile = "common/Menu_Personal.xml";
this.Tab1.IFrameUrl = "~/common/mainNew.aspx";
this.Tab1.IFrameUrl = "~/common/main3.aspx";
}
UserService.UpdateLastUserInfo(this.CurrUser.UserId, type, true, string.Empty);
@@ -515,7 +515,7 @@ namespace FineUIPro.Web
else
{
this.hdHomePage.Text = "1";
this.Tab1.IFrameUrl = "~/common/mainNew.aspx";
this.Tab1.IFrameUrl = "~/common/main3.aspx";
}
}
}