From a1fb6cd3c3b8a48da4f9393e09718da04f51a373 Mon Sep 17 00:00:00 2001
From: DESKTOP-CVS3R96\我恁爹 <11>
Date: Tue, 15 Nov 2022 09:58:00 +0800
Subject: [PATCH] 11111

---
 src/store/index.js |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/store/index.js b/src/store/index.js
index f9a2643..d2ae04d 100644
--- a/src/store/index.js
+++ b/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: {}

--
Gitblit v1.9.3