Desktop/HStation.DeskTop.Xhs.Main/GuideMain.cs
@@ -408,5 +408,21 @@ { this.tabbedView1.Controller.CloseAll(); } private void GuideMain_Load(object sender, EventArgs e) { var guid = new SurfaceGuid() { Function = "项目管理", Modular = eModular.Basic }; if (!IsExistPage(guid, true)) { var page = new XhsProjectListPage(); page.PageTitle.Caption = guid.Function; page.SurfaceGuid = guid; CreatePage(page, guid); } } } }