From 91d57344bb74eb2384aa03450f35a117a4d0a72b Mon Sep 17 00:00:00 2001 From: yufei0306 <13417315+yufei0306@user.noreply.gitee.com> Date: Thu, 23 May 2024 13:45:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=B7=E6=8B=89=E4=B8=AD=E8=8B=B1=E6=96=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/locales/en-US.ts | 2 +- src/main.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/locales/en-US.ts b/src/locales/en-US.ts index 5a6b94b3f..d828c8d92 100644 --- a/src/locales/en-US.ts +++ b/src/locales/en-US.ts @@ -1086,7 +1086,7 @@ export default { 查看质检报告:'Check the quality inspection report', 长春:'ChangChun', 成都:'ChengDu', - 富维海拉智慧工厂管理平台:'HELLR Smart Factory Management Platform', + 富维海拉智慧工厂管理平台:'HELLA Smart Factory Management Platform', 采购未收货记录:'Purchase unreceived record', 请选择要货计划单号:'Please select the desired shipment tracking number', 大小不超过:'Not more in size', diff --git a/src/main.ts b/src/main.ts index c8c5c34d5..50255e0c3 100644 --- a/src/main.ts +++ b/src/main.ts @@ -74,7 +74,7 @@ const setupAll = async () => { // 多语言相关 const localeStore = useLocaleStore() if(localeStore&&localeStore.currentLocale&&localeStore.currentLocale.lang.indexOf('en')>-1&&document.querySelector('#app-loading-title')){ - document.querySelector('#app-loading-title').innerHTML = 'HELLR Smart Factory Management Platform' // 富维海拉智慧工厂管理平台 + document.querySelector('#app-loading-title').innerHTML = 'HELLA Smart Factory Management Platform' // 富维海拉智慧工厂管理平台 } setupAll()