Update en.ts

Update system title.
This commit is contained in:
RockerHX 2023-05-04 11:22:32 +08:00 committed by GitHub
parent 5a4f842774
commit 65b3998c3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: {