ustcyc
2025-04-16 a2e4c3dc5fb3046e37e1e8a3e68b22a522a03a5e
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
        }
      },