mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-11-20 07:33:42 +08:00
Update zh-cn.ts
Update system title.
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
import type { LocaleMessages } from 'vue-i18n';
|
||||
import { useAppInfo } from '@/composables';
|
||||
|
||||
const { title } = useAppInfo();
|
||||
|
||||
const locale: LocaleMessages<I18nType.Schema> = {
|
||||
message: {
|
||||
system: {
|
||||
title: 'Soybean管理系统'
|
||||
title
|
||||
},
|
||||
routes: {
|
||||
dashboard: {
|
||||
|
||||
Reference in New Issue
Block a user