Commit df92b83a authored by xuwenhui's avatar xuwenhui

尚博信

parent 8ece5cc3
......@@ -46,11 +46,13 @@
if (!sysInfo) {
setTimeout(function() {
sysInfo = vc.getData("java110SystemInfo");
_that.logo = sysInfo.systemSimpleTitle;
// _that.logo = sysInfo.systemSimpleTitle;
_that.logo = '尚博信';
}, 2000);
return;
}
this.logo = sysInfo.systemSimpleTitle;
// this.logo = sysInfo.systemSimpleTitle;
this.logo ='尚博信';
},
initLang: function() {
let _lang = vc.getData('JAVA110-LANG')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment