From 5cf009d5ee7cd782a360848d5c2d7b71aec4d8af Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期三, 19 七月 2023 11:07:55 +0800
Subject: [PATCH] 1.接入signalR 消息推送功能

---
 src/store/modules/settings.js |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/store/modules/settings.js b/src/store/modules/settings.js
index bc708b8..717708c 100644
--- a/src/store/modules/settings.js
+++ b/src/store/modules/settings.js
@@ -9,7 +9,8 @@
   headBackgroundColorValue,
   menuIsHorizontal,
   leftBackgroundColorValue,
-  animationType
+  animationType,
+  isDot
 } = defaultSettings
 
 const state = {
@@ -17,6 +18,7 @@
   leftBackgroundColorValue: leftBackgroundColorValue, // 宸﹁竟鑳屾櫙棰滆壊
   headBackgroundColorValue: headBackgroundColorValue, // 澶撮儴鑳屾櫙棰滆壊
   menuIsHorizontal: menuIsHorizontal, // 鑿滃崟鏄惁鏄í灞�
+  isDot: isDot,
   theme: variables.theme,
   showSettings: showSettings,
   fixedHeader: fixedHeader,

--
Gitblit v1.9.3