From b69ca83a6f4eacc6afa0ac5b23514e6a520b79ea Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 19 Mar 2021 19:19:23 +0800
Subject: [PATCH] 部分逻辑修改
---
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 8d0a218..01d30fa 100644
--- a/src/store/modules/common.js
+++ b/src/store/modules/common.js
@@ -4,7 +4,7 @@
* @Author: song
* @Date: 2021-01-26 08:56:33
* @LastEditors: song
- * @LastEditTime: 2021-01-29 16:46:46
+ * @LastEditTime: 2021-03-19 11:59:23
*/
import {
setStore,
@@ -33,7 +33,7 @@
showMenu: true,
showColor: true,
colorName: getStore({name: 'colorName'}) || '#409EFF',
- themeName: getStore({name: 'themeName'}) || 'theme-white',
+ themeName: getStore({name: 'themeName'}) || 'theme-vip',
lockPasswd: getStore({name: 'lockPasswd'}) || '',
website: website,
},
--
Gitblit v1.9.3