From a0bcdf0cde10fd94f03a127138b1af0f8ee2f2da Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期四, 20 四月 2023 18:02:51 +0800 Subject: [PATCH] fix 修复 oss配置 页面权限标识符错误 --- src/layout/components/Navbar.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index 44250ca..156011f 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -121,7 +121,7 @@ }) const toggleSideBar = () => { - appStore.toggleSideBar() + appStore.toggleSideBar(false) } const logout = async () => { -- Gitblit v1.9.3