DYL0109
2025-04-18 b36d66e090487d54d6664199ca9a807c13fb074b
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
        }
      },