全局替换IRC规则修改
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2025-08-04 13:14:42 +08:00
parent f36a00cf81
commit 833324e1ac
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}