liuyg
2021-12-25 23450449213a356ab836749a969f1b6426c2b15e
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) => {