lixiaojun
2024-10-29 cc89c6b8112cfccd270951a9177c6ac0e5307d79
Desktop/HStation.DeskTop.Xhs.Main/GuideMain.cs
@@ -6,10 +6,6 @@
using HStation.WinFrmUI.Auth;
using HStation.WinFrmUI.Basic;
using HStation.WinFrmUI.Organize;
using HStation.WinFrmUI.Organize.Core._02_Employee;
using HStation.WinFrmUI.Organize.Core._04_Menu;
using HStation.WinFrmUI.Organize.Core._05_ControlCenter;
using HStation.WinFrmUI.Organize.Core._06_MyCenter;
using HStation.WinFrmUI.Xhs.PumpProduct;
using System;
using System.Drawing;
@@ -271,10 +267,10 @@
            };
            if (!IsExistPage(guid, true))
            {
                var page = new RoleMainPanel();
                page.PageTitle.Caption = guid.Function;
                page.PageGuid = guid;
                CreatePage(page, guid);
                /* var page = new MenuMgrMainPanel();
                 page.PageTitle.Caption = guid.Function;
                 page.PageGuid = guid;
                 CreatePage(page, guid);*/
            }
        }
@@ -329,7 +325,7 @@
        }
        /// <summary>
        /// 用户管理
        /// 员工管理
        /// </summary>
        /// <param name="sender"></param>
        /// <param name="e"></param>
@@ -337,7 +333,7 @@
        {
            var guid = new PageGuid()
            {
                Function = "用户管理",
                Function = "员工管理",
                Modular = ""
            };
            if (!IsExistPage(guid, true))
@@ -538,7 +534,7 @@
            };
            if (!IsExistPage(guid, true))
            {
                var page = new HomeXhsProjectPage();
                var page = new HomeXhsProjectPage_Bak();
                page.PageTitle.Caption = guid.Function;
                page.PageGuid = guid;
                CreatePage(page, guid);