liuyg
2021-12-29 666c61a8dca571045e422e6c85f1b7a8179f0df5
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 {