From 444cd8a26724d49414233ffa9b68d8d4c0d0f0bc Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Sat, 10 Jul 2021 14:16:18 +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 ec24a59..8ea5e50 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-default',
+ themeName: getStore({name: 'themeName'}) || 'theme-bule',
lockPasswd: getStore({name: 'lockPasswd'}) || '',
website: website,
},
--
Gitblit v1.9.3