This commit is contained in:
linfeng 2023-01-10 14:56:10 +08:00
parent 8de34acb85
commit 4cf42cedfb

View File

@ -16,7 +16,7 @@
color: "#fff", color: "#fff",
backgroundColor: '#333333' backgroundColor: '#333333'
}, },
logo: "" logo: "",
}; };
}, },
onLoad() { onLoad() {
@ -30,7 +30,9 @@
}, },
getSysInfo() { getSysInfo() {
this.$H.get("system/miniConfig").then(res => { this.$H.get("system/miniConfig").then(res => {
if(res.code==0){
this.logo = res.logo; this.logo = res.logo;
}
}) })
}, },