From 0f7c0e33ac6110e7ccbd93c133ea5516f96b4df8 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Thu, 08 Apr 2021 10:24:58 +0800
Subject: [PATCH] 4.8
---
src/store/modules/common.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/store/modules/common.js b/src/store/modules/common.js
index 5becb97..d69eb66 100644
--- a/src/store/modules/common.js
+++ b/src/store/modules/common.js
@@ -23,7 +23,7 @@
isShade: false,
screen: -1,
isLock: getStore({name: 'isLock'}) || false,
- showTag: true,
+ showTag: false,
showDebug: true,
showCollapse: true,
showSearch: true,
--
Gitblit v1.9.3