loulijun2021
2023-01-04 ff345ebb3fcece2ebafc3333b895d9481bd9435e
src/layout/components/Settings/index.vue
@@ -103,6 +103,11 @@
      ]
    }
  },
  mounted() {
    if (this.$store.state.settings.menuIsHorizontal) {
      this.sidebar.opened = true
    }
  },
  computed: {
    ...mapGetters([
      'sidebar'