1
continuous-integration/drone/push Build is passing Details

uat
wangxiaoshuang 2025-05-22 18:04:29 +08:00
parent e27705eb22
commit 810c786512
1 changed files with 1 additions and 1 deletions

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;