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;