Add code and execute page to tool management

This commit is contained in:
2024-02-02 17:42:40 +08:00
parent 06213d3414
commit 838c37595d
18 changed files with 770 additions and 30 deletions

View File

@@ -25,7 +25,7 @@ const SystemFramework = () => {
>
{route.children?.map(
(subRoute) =>
subRoute &&
subRoute.menu &&
subRoute.name && (
<Sidebar.Item
end