From c054516a38a2613a4e7399ba62694fbd99a606fe Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期五, 06 一月 2023 09:10:09 +0800
Subject: [PATCH] 1.组织架构表格拖动实现demo

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

diff --git a/src/store/modules/settings.js b/src/store/modules/settings.js
index dd8931e..bc708b8 100644
--- a/src/store/modules/settings.js
+++ b/src/store/modules/settings.js
@@ -1,9 +1,22 @@
 import defaultSettings from '@/settings'
 import variables from '@/styles/element-variables.scss'
 
-const { showSettings, tagsView, fixedHeader, sidebarLogo } = defaultSettings
+const {
+  showSettings,
+  tagsView,
+  fixedHeader,
+  sidebarLogo,
+  headBackgroundColorValue,
+  menuIsHorizontal,
+  leftBackgroundColorValue,
+  animationType
+} = defaultSettings
 
 const state = {
+  animationType: animationType, // 鍔ㄧ敾绫诲瀷
+  leftBackgroundColorValue: leftBackgroundColorValue, // 宸﹁竟鑳屾櫙棰滆壊
+  headBackgroundColorValue: headBackgroundColorValue, // 澶撮儴鑳屾櫙棰滆壊
+  menuIsHorizontal: menuIsHorizontal, // 鑿滃崟鏄惁鏄í灞�
   theme: variables.theme,
   showSettings: showSettings,
   fixedHeader: fixedHeader,

--
Gitblit v1.9.3