Administrator
2021-12-29 d9e3fb04a73941195538e549b4befb69b1576ce9
src/store/modules/common.js
@@ -41,6 +41,7 @@
      state.isShade = active;
    },
    SET_COLLAPSE: (state, val = 3) => {
      // console.log(val)
      if (val == 3) {
        state.isCollapse = !state.isCollapse;
      } else {