修改
This commit is contained in:
parent
8de34acb85
commit
4cf42cedfb
@ -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;
|
||||||
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user