From 810c7865120644298f5608c845c657d5208b4038 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Thu, 22 May 2025 18:04:29 +0800 Subject: [PATCH] 1 --- src/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.js b/src/main.js index b3cf2a43..e6b3e54b 100644 --- a/src/main.js +++ b/src/main.js @@ -313,7 +313,7 @@ async function VueInit() { let CompanyInfo = JSON.parse(localStorage.getItem('CompanyInfo')) if(CompanyInfo&&CompanyInfo.SystemShortName){ let test = new RegExp('IRC', 'ig') - text = text.replace(test, 'LILI') + text = text.replace(test, CompanyInfo.SystemShortName) } // return i18n.t(key) return text;