From 312d3360e5f67a16163b8640ee0b50471c843c29 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期三, 15 三月 2023 17:03:03 +0800
Subject: [PATCH] 1.自动排程  单选工单情况下的代码逻辑进行备份

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

diff --git a/src/store/modules/settings.js b/src/store/modules/settings.js
index ee727e7..bc708b8 100644
--- a/src/store/modules/settings.js
+++ b/src/store/modules/settings.js
@@ -8,11 +8,13 @@
   sidebarLogo,
   headBackgroundColorValue,
   menuIsHorizontal,
-  leftBackgroundColorValue
+  leftBackgroundColorValue,
+  animationType
 } = defaultSettings
 
 const state = {
-  leftBackgroundColorValue: leftBackgroundColorValue,//宸﹁竟鑳屾櫙棰滆壊
+  animationType: animationType, // 鍔ㄧ敾绫诲瀷
+  leftBackgroundColorValue: leftBackgroundColorValue, // 宸﹁竟鑳屾櫙棰滆壊
   headBackgroundColorValue: headBackgroundColorValue, // 澶撮儴鑳屾櫙棰滆壊
   menuIsHorizontal: menuIsHorizontal, // 鑿滃崟鏄惁鏄í灞�
   theme: variables.theme,

--
Gitblit v1.9.3