diff --git a/src/layout/index.vue b/src/layout/index.vue index 28153bff..298d3346 100644 --- a/src/layout/index.vue +++ b/src/layout/index.vue @@ -355,7 +355,7 @@ export default { // let baseInFo = data[data.current]; let base_logo = this.$TOOL.data.get("BASE_INFO") !== null - ? this.$TOOL.data.get("BASE_INFO").base.base_logo + ? this.$TOOL.data.get("BASE_INFO").base.base_logo_i : "img/logo.png"; // let base_logo = baseInFo!==null?baseInFo.base.base_logo:'img/logo.png'; return base_logo;