AliooWang
2025-04-14 b8ced8ec593ad002e06173952acf73f405926bd9
zhitan-vue/src/store/modules/settings.js
@@ -23,7 +23,7 @@
      // 修改布局设置
      changeSetting(data) {
        const { key, value } = data
        if (this.hasOwnProperty(key)) {
        if (key in this.$state) {
          this[key] = value
        }
      },