From 3835cf1ca8d5ac8475052d3876ebeb4a2c4160f1 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 22 Jan 2024 14:22:02 +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