add:增加语言包依赖

This commit is contained in:
zhangzq
2025-10-14 17:17:28 +08:00
parent 3245f4dd32
commit 9a85d1bd73
21 changed files with 1491 additions and 593 deletions

View File

@@ -42,7 +42,7 @@ export const constantRouterMap = [
path: 'dashboard',
component: (resolve) => require(['@/views/system/redis/index'], resolve),
name: 'Dashboard',
meta: { title: i18n.t('menu.home'), icon: 'index', affix: true, noCache: true }
meta: { title: i18n.t('common.home'), icon: 'index', affix: true, noCache: true }
// meta: { title: '首页', icon: 'index', affix: true, noCache: true }
}
]