From 882f49144f56fa508f2b4acd823e6d05154c21a5 Mon Sep 17 00:00:00 2001 From: RuoYi Date: Wed, 7 Dec 2022 20:16:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DcloseSidebar=E8=BF=99?= =?UTF-8?q?=E4=B8=AA=E6=96=B9=E6=B3=95=E5=AE=9A=E4=B9=89=E7=9A=84=E5=8F=82?= =?UTF-8?q?=E6=95=B0=E6=B2=A1=E6=9C=89=E8=A7=A3=E6=9E=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/modules/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/modules/app.js b/src/store/modules/app.js index 456ea78..3b26cfe 100644 --- a/src/store/modules/app.js +++ b/src/store/modules/app.js @@ -25,7 +25,7 @@ const useAppStore = defineStore( Cookies.set('sidebarStatus', 0) } }, - closeSideBar(withoutAnimation) { + closeSideBar({ withoutAnimation }) { Cookies.set('sidebarStatus', 0) this.sidebar.opened = false this.sidebar.withoutAnimation = withoutAnimation