feat: 更新菜单

This commit is contained in:
wanglihui 2024-11-22 19:40:57 +08:00
parent fc7aa9c6ef
commit da10d2ae65
2 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ const home: Menu.MenuOptions = {
isKeepAlive: true,
isLink: '',
index: 4,
title: '消息'
title: '通知'
},
children: [
{
@ -24,7 +24,7 @@ const home: Menu.MenuOptions = {
isHide: false,
isKeepAlive: true,
isLink: '',
title: '消息记录'
title: '通知记录'
}
},
{

View File

@ -57,7 +57,7 @@
<route lang="yaml">
meta:
title: 消息记录
title: 通知记录
isAffix: false
</route>