From 630ab3a66a1e06c48349376f3aea1ee7b8f0c4f8 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 08 Apr 2021 09:30:43 +0800
Subject: [PATCH] 关闭标签栏显示
---
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