diff --git a/src/i18n/locales/zh-CN.ts b/src/i18n/locales/zh-CN.ts index 55598af5..99014206 100644 --- a/src/i18n/locales/zh-CN.ts +++ b/src/i18n/locales/zh-CN.ts @@ -5,8 +5,8 @@ export default { // 通用 common: { - title: '核心网络管理平台', - desc: '核心网络管理平台', + title: '核心网管理平台', + desc: '核心网管理平台', loading: '请稍等...', tipTitle: '提示', msgSuccess: '成功 {msg}', diff --git a/src/store/modules/app.ts b/src/store/modules/app.ts index 5cf41fa6..9cf730df 100644 --- a/src/store/modules/app.ts +++ b/src/store/modules/app.ts @@ -31,7 +31,7 @@ const useAppStore = defineStore('app', { appName: import.meta.env.VITE_APP_NAME, appCode: import.meta.env.VITE_APP_CODE, appVersion: import.meta.env.VITE_APP_VERSION, - copyright: 'Copyright ©2023 For AGrand 千通科技', + copyright: 'Copyright ©2023 For 核心网管理平台', logoType: 'icon', filePathIcon: '', filePathBrand: '',