mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-25 06:09:11 +08:00
optimize
This commit is contained in:
parent
d83980010c
commit
35c732a925
@ -41,8 +41,12 @@
|
||||
methods: {
|
||||
_initSysInfo: function() {
|
||||
let sysInfo = vc.getData("java110SystemInfo");
|
||||
let _that = this;
|
||||
if (!sysInfo) {
|
||||
this.logo = "";
|
||||
setTimeout(function() {
|
||||
sysInfo = vc.getData("java110SystemInfo");
|
||||
_that.logo = sysInfo.systemSimpleTitle;
|
||||
}, 1500);
|
||||
return;
|
||||
}
|
||||
this.logo = sysInfo.systemSimpleTitle;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user