fix: 将导航菜单项从"实时数据看板"改为"今日数据看板"
This commit is contained in:
@@ -43,7 +43,7 @@ export const AppLayout: FC = () => {
|
|||||||
defaultSelectedKeys={['/dashboard']}
|
defaultSelectedKeys={['/dashboard']}
|
||||||
items={[
|
items={[
|
||||||
{
|
{
|
||||||
label: <Link to='/dashboard'>实时数据看板</Link>,
|
label: <Link to='/dashboard'>今日数据看板</Link>,
|
||||||
key: '/dashboard',
|
key: '/dashboard',
|
||||||
icon: <HomeFilled />,
|
icon: <HomeFilled />,
|
||||||
theme: menuTheme,
|
theme: menuTheme,
|
||||||
|
|||||||
Reference in New Issue
Block a user