From 18fa08f3f26319cebd50b2e4c219d3a19cc03959 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Fri, 30 Aug 2024 14:01:24 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=94=B9=E5=8F=98=E4=B8=BB=E7=95=8C?= =?UTF-8?q?=E9=9D=A2logo=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;