Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
秋帆
2024-06-11 21:26:11 +08:00
9 changed files with 62 additions and 59 deletions

View File

@@ -58,7 +58,6 @@ const formatAsyncRoutes = (menus: RouteItem[]) => {
title: item.title,
hidden: item.isHidden,
keepAlive: item.isCache,
alwaysShow: item.type === 1,
icon: item.icon
}
}