兰宝车间质量管理系统-前端
LiuHao
2023-04-19 f153da439042eccda9ae0b0f8fd0c5189a0e7bae
fix 修复参数遗漏
已修改1个文件
2 ■■■ 文件已修改
src/layout/components/Navbar.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/layout/components/Navbar.vue
@@ -121,7 +121,7 @@
})
const toggleSideBar = () => {
    appStore.toggleSideBar()
    appStore.toggleSideBar(false)
}
const logout = async () => {