mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-09-30 23:26:41 +08:00
Update zh-cn.ts
Update system title.
This commit is contained in:
parent
5a4f842774
commit
097c8262a3
@ -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: {
|
||||||
|
Loading…
Reference in New Issue
Block a user