Skip to content

Commit

Permalink
feat: 填充导航栏默认翻译
Browse files Browse the repository at this point in the history
  • Loading branch information
piexlMax(奇淼 committed Nov 9, 2024
1 parent d66502d commit 231c50e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/view/layout/tabs/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
{
name: defaultRouter.value,
meta: {
title: t('menus.home')
title: t('view.superAdmin.authority.components.menus.home')
},
query: {},
params: {}
Expand Down Expand Up @@ -346,7 +346,7 @@
{
name: defaultRouter.value,
meta: {
title: t('menus.home')
title: t('view.superAdmin.authority.components.menus.home')
},
query: {},
params: {}
Expand Down

0 comments on commit 231c50e

Please sign in to comment.