From 02ab58a2c52f207d545ea5486435172240f27b90 Mon Sep 17 00:00:00 2001 From: "Ray.Hao" <1490493387@qq.com> Date: Tue, 31 Dec 2024 22:54:11 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20:bug:=20=E7=A7=BB=E9=99=A4=E5=9B=BA?= =?UTF-8?q?=E5=AE=9A=E5=A4=B4=E9=83=A8=E5=8F=98=E9=87=8F=E5=A3=B0=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/index.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/layout/index.vue b/src/layout/index.vue index e31547f9..d13cd30d 100644 --- a/src/layout/index.vue +++ b/src/layout/index.vue @@ -62,7 +62,6 @@ const width = useWindowSize().width; const WIDTH_DESKTOP = 992; // 响应式布局容器固定宽度 大屏(>=1200px) 中屏(>=992px) 小屏(>=768px) const isMobile = computed(() => appStore.device === DeviceEnum.MOBILE); const isOpenSidebar = computed(() => appStore.sidebar.opened); -const fixedHeader = computed(() => settingsStore.fixedHeader); // 是否固定header const showTagsView = computed(() => settingsStore.tagsView); // 是否显示tagsView const layout = computed(() => settingsStore.layout); // 布局模式 left top mix const activeTopMenuPath = computed(() => appStore.activeTopMenuPath); // 顶部菜单激活path