From a6f0596a6365b3ebdfd32af7fa2a740577aaef9d Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Tue, 10 Aug 2021 09:37:11 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/jfptweb-publicSecurity

---
 src/store/modules/common.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/store/modules/common.js b/src/store/modules/common.js
index dd037e6..da15446 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: false,
+    showTag: true,
     showDebug: true,
     showCollapse: true,
     showSearch: true,
@@ -33,7 +33,7 @@
     showMenu: true,
     showColor: true,
     colorName: getStore({name: 'colorName'}) || '#409EFF',
-    themeName: getStore({name: 'themeName'}) || 'theme-white',
+    themeName: getStore({name: 'themeName'}) || 'theme-deep-bule',
     lockPasswd: getStore({name: 'lockPasswd'}) || '',
     website: website,
     //判断是否是导航栏点击的路由,是则↓属性自加

--
Gitblit v1.9.3