From 50202ba1f1db71f8b56a4b1a1bdb4641001ce9a8 Mon Sep 17 00:00:00 2001 From: sakuya <81883387@qq.com> Date: Sun, 7 Nov 2021 16:11:12 +0800 Subject: [PATCH] =?UTF-8?q?ADD=20=E9=85=8D=E7=BD=AE=20=E8=8F=9C=E5=8D=95?= =?UTF-8?q?=E6=98=AF=E5=90=A6=E5=90=AF=E7=94=A8=E6=89=8B=E9=A3=8E=E7=90=B4?= =?UTF-8?q?=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/index.js | 3 +++ src/layout/index.vue | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) 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 @@