From 0d29d9a2bf0d893a67f1263bb9525131a50a2128 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Sat, 23 Mar 2024 11:12:55 +0800
Subject: [PATCH] 首次提交大宝wap

---
 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