1
zzzz
2024-03-23 b35e9e4aebcec3b36ccc7cab4639ff2ad74aea97
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: {}