VVT789
2025-04-18 4a13279fe13ad1cf6736670f6d1c5c61c8cba59b
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
        }
      },