Administrator
2022-01-08 e6a7936ce29f3dfe54d7635352c4fc4185150fc4
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 {