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) => {