Recode login page

This commit is contained in:
2023-12-21 18:36:31 +08:00
parent 1b78cd4163
commit 85aba29ced
7 changed files with 540 additions and 6 deletions

View File

@@ -16,15 +16,20 @@ const ToolsFramework: React.FC = () => {
<Sidebar
title={'个人中心'}
bottomFixed={
hasPathPermission('/system') ? (
<SidebarItemList>
<SidebarItemList>
{hasPathPermission('/system') ? (
<SidebarItem
path={'/system'}
icon={IconFatwebSetting}
text={'系统配置'}
/>
</SidebarItemList>
) : undefined
) : undefined}
<SidebarItem
path={'/tools'}
icon={IconFatwebBack}
text={'回到氮工具'}
/>
</SidebarItemList>
}
>
<SidebarItemList>