提交 9b638f0a authored 作者: fit2cloud-chenyw's avatar fit2cloud-chenyw

feat: 系统管理只有一个子菜单也显示左侧菜单

上级 4207e137
......@@ -211,7 +211,7 @@ export default {
// 设置侧边栏的显示和隐藏
setSidebarHide(route) {
// if (!route.children || route.children.length === 1) {
if (!route.children || this.showChildLength(route) === 1) {
if (route.name !== 'system' && (!route.children || this.showChildLength(route) === 1)) {
this.$store.dispatch('app/toggleSideBarHide', true)
} else {
this.$store.dispatch('app/toggleSideBarHide', false)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论