From 5e2aafeede13d337380f736567caf74f49713be7 Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Fri, 09 Aug 2024 14:38:32 +0800
Subject: [PATCH] 代码优化

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

diff --git a/src/store/modules/common.js b/src/store/modules/common.js
index b0840a7..a0e0295 100644
--- a/src/store/modules/common.js
+++ b/src/store/modules/common.js
@@ -2,7 +2,7 @@
  * @Author: shuishen 1109946754@qq.com
  * @Date: 2023-12-14 17:10:00
  * @LastEditors: shuishen 1109946754@qq.com
- * @LastEditTime: 2024-01-19 16:43:29
+ * @LastEditTime: 2024-01-22 11:00:49
  * @FilePath: \jczz_web\src\store\modules\common.js
  * @Description:
  *
@@ -27,7 +27,6 @@
     showLock: true,
     showFullScren: true,
     showTheme: true,
-    showMenu: true,
     showColor: true,
     colorName: getStore({ name: "colorName" }) || "#409EFF",
     themeName: "theme-white",

--
Gitblit v1.9.3