更新看板

This commit is contained in:
2024-12-03 15:07:22 +08:00
parent 88fb75a4c5
commit 61d300c38f
16 changed files with 1505 additions and 4 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/main3.aspx";
this.Tab1.IFrameUrl = "~/common/mainNew.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/main3.aspx";
this.Tab1.IFrameUrl = "~/common/mainNew.aspx";
}
}
}