DESKTOP-CVS3R96\我恁爹
2022-11-15 a1fb6cd3c3b8a48da4f9393e09718da04f51a373
src/store/index.js
@@ -20,6 +20,7 @@
  token: 'USER62CCF5221CD752269D47681374DD0916',
  elAlertShow: false,
  elAlertText: '',
  dialogVisible: false,
  elAlertType:  'warning',
  settingForm: { // 产品配置
    futuresDisplay: false,
@@ -39,7 +40,9 @@
      if(payload.elAlertType){
        state.elAlertType = payload.elAlertType;
      }
    },
    dialogVisible(state, payload) {
      state.dialogVisible = payload;
    }
  },
  getters: {}