From 7642034d260d70457269c7547ea7db4744e5b4d4 Mon Sep 17 00:00:00 2001 From: Your Name <123456> Date: 星期三, 17 八月 2022 09:18:48 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- src/layout/navMenu/vertical.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/layout/navMenu/vertical.vue b/src/layout/navMenu/vertical.vue index 1bfa825..bfd7d2d 100644 --- a/src/layout/navMenu/vertical.vue +++ b/src/layout/navMenu/vertical.vue @@ -4,7 +4,7 @@ :default-active="defaultActive" background-color="transparent" :collapse="isCollapse" - :unique-opened="getThemeConfig.isUniqueOpened" + :unique-opened="true" :collapse-transition="false" > <template v-for="val in menuLists"> -- Gitblit v1.9.2