From 3d73201f0830320c703cfb3d36b47976eb3d94e7 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期四, 11 五月 2023 17:34:21 +0800
Subject: [PATCH] 1.生产进度报表提交
---
src/store/modules/settings.js | 13 ++++++++++++-
1 files changed, 12 insertions(+), 1 deletions(-)
diff --git a/src/store/modules/settings.js b/src/store/modules/settings.js
index 622867c..bc708b8 100644
--- a/src/store/modules/settings.js
+++ b/src/store/modules/settings.js
@@ -1,9 +1,20 @@
import defaultSettings from '@/settings'
import variables from '@/styles/element-variables.scss'
-const { showSettings, tagsView, fixedHeader, sidebarLogo, headBackgroundColorValue, menuIsHorizontal } = defaultSettings
+const {
+ showSettings,
+ tagsView,
+ fixedHeader,
+ sidebarLogo,
+ headBackgroundColorValue,
+ menuIsHorizontal,
+ leftBackgroundColorValue,
+ animationType
+} = defaultSettings
const state = {
+ animationType: animationType, // 鍔ㄧ敾绫诲瀷
+ leftBackgroundColorValue: leftBackgroundColorValue, // 宸﹁竟鑳屾櫙棰滆壊
headBackgroundColorValue: headBackgroundColorValue, // 澶撮儴鑳屾櫙棰滆壊
menuIsHorizontal: menuIsHorizontal, // 鑿滃崟鏄惁鏄í灞�
theme: variables.theme,
--
Gitblit v1.9.3