From eb2d6d1111a2b76ac4c3af7d6ea8b39079d2ef89 Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Mon, 04 Mar 2024 13:51:51 +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