From 4df67c2ead305a62dac76c60d102e1905aa4a7b6 Mon Sep 17 00:00:00 2001 From: zq <136432190602163.com> Date: Mon, 19 May 2025 10:26:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E6=97=A0=E7=94=A8=E5=8F=82?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index ef1a641..4988d33 100755 --- a/src/App.vue +++ b/src/App.vue @@ -76,7 +76,7 @@ export default { Breadcrumb }, computed: { - ...mapState(['showSidebar', 'showFooter', 'showHeader','contentLoading']) // 从Vuex映射showSidebar状态到组件的计算属性中 + ...mapState(['showSidebar', 'showFooter', 'showHeader']) // 从Vuex映射showSidebar状态到组件的计算属性中 }, mounted() { window.addEventListener('beforeunload', this.clearStorage);