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