From eec1fdf3a531f4cd9c171ccbc01bbfadbad769b7 Mon Sep 17 00:00:00 2001
From: houzhongjian <houzhongyi@126.com>
Date: 星期三, 09 四月 2025 10:53:05 +0800
Subject: [PATCH] 1、移除默认登录用户名密码 2、登录“记住我”功能修改为默认不选中状态

---
 src/layout/components/Menu/src/components/useRenderMenuItem.tsx |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/layout/components/Menu/src/components/useRenderMenuItem.tsx b/src/layout/components/Menu/src/components/useRenderMenuItem.tsx
index 301313f..4cdc109 100644
--- a/src/layout/components/Menu/src/components/useRenderMenuItem.tsx
+++ b/src/layout/components/Menu/src/components/useRenderMenuItem.tsx
@@ -16,7 +16,6 @@
           const meta = v.meta ?? {}
           const { oneShowingChild, onlyOneChild } = hasOneShowingChild(v.children, v)
           const fullPath = isUrl(v.path) ? v.path : pathResolve(parentPath, v.path) // getAllParentPath<AppRouteRecordRaw>(allRouters, v.path).join('/')
-
           if (
             oneShowingChild &&
             (!onlyOneChild?.children || onlyOneChild?.noShowingChildren) &&

--
Gitblit v1.9.3