diff --git a/src/config/index.js b/src/config/index.js index ef3b3ed0..9de67989 100644 --- a/src/config/index.js +++ b/src/config/index.js @@ -36,6 +36,9 @@ const DEFAULT_CONFIG = { //菜单是否折叠 MENU_IS_COLLAPSE: false, + //菜单是否启用手风琴效果 + MENU_UNIQUE_OPENED: false, + //是否开启多标签 LAYOUT_TAGS: true, diff --git a/src/layout/index.vue b/src/layout/index.vue index 200a1b34..c0f2e05f 100644 --- a/src/layout/index.vue +++ b/src/layout/index.vue @@ -25,7 +25,7 @@
- + @@ -64,7 +64,7 @@
- + @@ -141,7 +141,7 @@
- +