From 07c1159132a3a83b14227f4cd54565e8bcbea537 Mon Sep 17 00:00:00 2001 From: fly-l <1420031550@qq.com> Date: Tue, 4 Jul 2023 15:07:59 +0800 Subject: [PATCH] 2023-07-04 --- SGGL/FineUIPro.Web/index.aspx.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SGGL/FineUIPro.Web/index.aspx.cs b/SGGL/FineUIPro.Web/index.aspx.cs index 33838690..183f41eb 100644 --- a/SGGL/FineUIPro.Web/index.aspx.cs +++ b/SGGL/FineUIPro.Web/index.aspx.cs @@ -309,7 +309,7 @@ namespace FineUIPro.Web this.MenuSwitchMethod(Request.Params["menuType"]); } - this.MenuSwitchMethod(Request.Params["menuType"]); + // this.MenuSwitchMethod(Request.Params["menuType"]); this.InitMenuStyleButton(); this.InitMenuModeButton(); this.InitLangMenuButton();