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

View File

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