fix: 混合双列 onMounted 关闭二级侧边栏 (#6807)
Co-authored-by: ldc <lidchen@tencent.com>
This commit is contained in:
parent
59097e2466
commit
03ce030e7c
@ -158,7 +158,9 @@ function clickLogo() {
|
|||||||
function autoCollapseMenuByRouteMeta(route: RouteLocationNormalizedLoaded) {
|
function autoCollapseMenuByRouteMeta(route: RouteLocationNormalizedLoaded) {
|
||||||
// 只在双列模式下生效
|
// 只在双列模式下生效
|
||||||
if (
|
if (
|
||||||
preferences.app.layout === 'sidebar-mixed-nav' &&
|
['header-mixed-nav', 'sidebar-mixed-nav'].includes(
|
||||||
|
preferences.app.layout,
|
||||||
|
) &&
|
||||||
route.meta &&
|
route.meta &&
|
||||||
route.meta.hideInMenu
|
route.meta.hideInMenu
|
||||||
) {
|
) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user