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