RuoYi
2022-12-07 882f49144f56fa508f2b4acd823e6d05154c21a5
修复closeSidebar这个方法定义的参数没有解构问题
已修改1个文件
2 ■■■ 文件已修改
src/store/modules/app.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/store/modules/app.js
@@ -25,7 +25,7 @@
          Cookies.set('sidebarStatus', 0)
        }
      },
      closeSideBar(withoutAnimation) {
      closeSideBar({ withoutAnimation }) {
        Cookies.set('sidebarStatus', 0)
        this.sidebar.opened = false
        this.sidebar.withoutAnimation = withoutAnimation