Update zh-cn.ts

Update system title.
This commit is contained in:
RockerHX 2023-05-04 11:19:22 +08:00 committed by GitHub
parent 5a4f842774
commit 097c8262a3
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 type { LocaleMessages } from 'vue-i18n';
import { useAppInfo } from '@/composables';
const { title } = useAppInfo();
const locale: LocaleMessages<I18nType.Schema> = { const locale: LocaleMessages<I18nType.Schema> = {
message: { message: {
system: { system: {
title: 'Soybean管理系统' title
}, },
routes: { routes: {
dashboard: { dashboard: {