From 0df61bbe45cd6adf9de18074b5e978673247be85 Mon Sep 17 00:00:00 2001
From: zzzz <690498789@qq.com>
Date: Tue, 26 Mar 2024 00:05:55 +0800
Subject: [PATCH] 注册页面的客服地址错误
---
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