Explorar el Código

后台默认开启手风琴

evoxwht hace 2 años
padre
commit
b147cfc9ce
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      template/admin/src/store/module/themeConfig.js

+ 1 - 1
template/admin/src/store/module/themeConfig.js

@@ -42,7 +42,7 @@ const themeConfigModule = {
       // 是否开启菜单水平折叠效果
       isCollapse: false,
       // 是否开启菜单手风琴效果
-      isUniqueOpened: false,
+      isUniqueOpened: true,
       // 是否开启固定 Header
       isFixedHeader: true,