From 8d987c6b1b574a9538270b73c8f27b9e3ac32aad Mon Sep 17 00:00:00 2001 From: Shu Guang <61069967+shuguangnet@users.noreply.github.com> Date: Fri, 16 May 2025 18:25:59 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E5=85=A8=E5=B1=80layo?= =?UTF-8?q?ut?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layouts/GlobalLayout.vue | 162 ++++++++++++++++++++++++++++------- 1 file changed, 129 insertions(+), 33 deletions(-) diff --git a/src/layouts/GlobalLayout.vue b/src/layouts/GlobalLayout.vue index 8114c0b8..b059bb34 100644 --- a/src/layouts/GlobalLayout.vue +++ b/src/layouts/GlobalLayout.vue @@ -6,8 +6,13 @@ :isMobile="isMobile" :handleMediaQuery="handleMediaQuery" :handleCollapse="handleCollapse" + :logo="'/logo.png'" + title="竞赛管理系统" fixedHeader fixSiderbar + :headerHeight="64" + :siderWidth="256" + primaryColor="#1890ff" >