LAPTOP-16IUEB3P\Lenovo hace 3 años
padre
commit
282b936f96
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      ele-admin-template/src/layout/index.vue

+ 1 - 0
ele-admin-template/src/layout/index.vue

@@ -148,6 +148,7 @@
     methods: {
       /* 侧栏折叠切换 */
       updateCollapse(value) {
+        // console.log('value:', this.$store.state.user.menus);
         this.$store.dispatch('theme/setCollapse', value);
       },
       /* 双侧栏一级折叠切换 */