Optimize route

This commit is contained in:
2023-11-01 09:39:22 +08:00
parent b314a9f801
commit 33b664816e
7 changed files with 41 additions and 5 deletions

View File

@@ -16,7 +16,7 @@ const ToolsFramework: React.FC = () => {
{user.map((value) => {
return value.menu ? (
<SidebarItem
path={value.path}
path={value.absolutePath}
icon={value.icon}
text={value.name}
key={value.id}