From d6bcbf09ab54fb46f5e690de0c08ea2b638d7f91 Mon Sep 17 00:00:00 2001
From: Lou <luzhiping@qqyjz.com>
Date: Wed, 03 Apr 2024 14:39:05 +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