From 90ee0a2139d541cfd5ea6cfa2ee179cee90352a7 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Wed, 03 Mar 2021 09:12:29 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

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

diff --git a/src/store/modules/common.js b/src/store/modules/common.js
index ec24a59..07715a7 100644
--- a/src/store/modules/common.js
+++ b/src/store/modules/common.js
@@ -1,3 +1,11 @@
+/*
+ * @Descripttion: 
+ * @version: 
+ * @Author: song
+ * @Date: 2021-01-26 08:56:33
+ * @LastEditors: song
+ * @LastEditTime: 2021-01-29 16:54:34
+ */
 import {
   setStore,
   getStore,
@@ -25,7 +33,7 @@
     showMenu: true,
     showColor: true,
     colorName: getStore({name: 'colorName'}) || '#409EFF',
-    themeName: getStore({name: 'themeName'}) || 'theme-default',
+    themeName: getStore({name: 'themeName'}) || 'theme-white',
     lockPasswd: getStore({name: 'lockPasswd'}) || '',
     website: website,
   },

--
Gitblit v1.9.3