From 833324e1acbeeb53c3912d5476b71d1fc9c64f66 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Mon, 4 Aug 2025 13:14:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A8=E5=B1=80=E6=9B=BF=E6=8D=A2IRC?= =?UTF-8?q?=E8=A7=84=E5=88=99=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.js b/src/main.js index 8c8ffae0..a20f1cec 100644 --- a/src/main.js +++ b/src/main.js @@ -323,7 +323,7 @@ async function VueInit() { }) } let CompanyInfo = JSON.parse(localStorage.getItem('CompanyInfo')) - if (CompanyInfo && CompanyInfo.SystemShortName) { + if (CompanyInfo && CompanyInfo.SystemShortName && text.toUpperCase() !== "CIRCLE") { let test = new RegExp('IRC', 'ig') text = text.replace(test, CompanyInfo.SystemShortName) }