Recode login page
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user