From 9a1a448d6bc80cb085e64f7117b2dfd53eceb779 Mon Sep 17 00:00:00 2001
From: zhengpz <1838927346@qq.com>
Date: Mon, 30 Aug 2021 10:26:50 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/zhba_regulatory
---
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 8ea5e50..55ac5f5 100644
--- a/src/store/modules/common.js
+++ b/src/store/modules/common.js
@@ -25,7 +25,7 @@
showMenu: true,
showColor: true,
colorName: getStore({name: 'colorName'}) || '#409EFF',
- themeName: getStore({name: 'themeName'}) || 'theme-bule',
+ themeName: getStore({name: 'themeName'}) || 'theme-deep-bule',
lockPasswd: getStore({name: 'lockPasswd'}) || '',
website: website,
},
--
Gitblit v1.9.3