mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-10-01 07:36:41 +08:00
Update en.ts
Update system title.
This commit is contained in:
parent
5a4f842774
commit
65b3998c3f
@ -1,9 +1,12 @@
|
||||
import type { LocaleMessages } from 'vue-i18n';
|
||||
import { useAppInfo } from '@/composables';
|
||||
|
||||
const { name } = useAppInfo();
|
||||
|
||||
const locale: LocaleMessages<I18nType.Schema> = {
|
||||
message: {
|
||||
system: {
|
||||
title: 'SoybeanAdmin'
|
||||
title: name
|
||||
},
|
||||
routes: {
|
||||
dashboard: {
|
||||
|
Loading…
Reference in New Issue
Block a user