From 940c0d2134e6e4bb95dcf9727c3d7f92e16e9012 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Wed, 1 Nov 2023 18:09:28 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E7=99=BB=E5=BD=95=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E6=A0=87=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/locales/zh-CN.ts | 4 ++-- src/store/modules/app.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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: '',