Rename statistic to statistics

This commit is contained in:
2023-12-20 11:37:16 +08:00
parent ce380bedfa
commit 1b8abd7906
8 changed files with 48 additions and 48 deletions

View File

@@ -12,7 +12,7 @@ const SystemFramework: React.FC = () => {
<>
<FitFullScreen className={'flex-horizontal'}>
<div className={'left-panel'}>
<Sidebar title={'系统置'}>
<Sidebar title={'系统置'}>
<SidebarItemList>
{getSystemRouteJson().map((value) => {
return value.menu ? (