DESKTOP-CVS3R96\我恁爹
2022-11-15 c523ce0e8f371ed6c5a503eaa0a938b202daf8c2
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: {}