Administrator
2021-12-27 6d4bd532d2d559f1c00b7f30b70bd276c763ec34
src/store/modules/control.js
@@ -20,6 +20,13 @@
    windowHeight: '',
  },
  actions: {
    WHchangeHight({ state, commit }, data) {
      if (data.fn) {
        data.fn();
      }
      data.option.height = +state.windowHeight + +data.add;
      // console.log(data);
    }
  },
  mutations: {
    setWindowSize: (state, data) => {