From d5e004ef758bc3facaf9b37f5d8807bf6ebce932 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 6 Jul 2026 16:22:28 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=9B=B4=E6=96=B0logo=E5=B1=95=E7=A4=BA?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/libs/umi/layoutConfig.tsx | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/common/libs/umi/layoutConfig.tsx b/src/common/libs/umi/layoutConfig.tsx index 955eccb..a23352c 100644 --- a/src/common/libs/umi/layoutConfig.tsx +++ b/src/common/libs/umi/layoutConfig.tsx @@ -152,16 +152,21 @@ export const LayoutConfig: RuntimeConfig['layout'] = () => { title: '', // 首页 logo logo: ( -
+ -
+
+ {snap.session?.company?.name || ''} +
+ ), layout: 'mix', siderWidth: 180,