From a93255e0a0334b51ecbaf3d8f496ad0fae1ed747 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期三, 07 六月 2023 10:38:00 +0800
Subject: [PATCH] 1.生产入库有源单提交测试OK

---
 src/settings.js |   21 ++++++++++++++++++++-
 1 files changed, 20 insertions(+), 1 deletions(-)

diff --git a/src/settings.js b/src/settings.js
index 8f14f63..1b3876e 100644
--- a/src/settings.js
+++ b/src/settings.js
@@ -13,6 +13,25 @@
    * @description Whether show the logo in sidebar
    */
   sidebarLogo: false,
-  tagsView: true // tagsView鏄鹃殣鎺у埗
+
+  /**
+   * @type {boolean} true | false
+   * @description Whether show the settings right-panel
+   */
+  showSettings: true,
+
+  /**
+   * @type {boolean} true | false
+   * @description Whether need tagsView
+   */
+  tagsView: true,
+
+  headBackgroundColorValue: false, // 澶撮儴鑳屾櫙棰滆壊
+
+  menuIsHorizontal: false, // 鑿滃崟鏄惁鏄í灞�
+
+  leftBackgroundColorValue: true, // 宸︿晶鏍忚儗鏅鑹�
+
+  animationType: 'fade-transform'// 鍔ㄧ敾绫诲瀷     鍒濆绫诲瀷:fade-transform
 
 }

--
Gitblit v1.9.3