1
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-05-22 18:04:29 +08:00
parent e27705eb22
commit 810c786512
+1 -1
View File
@@ -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;