From 474cfcdd9ebac7c1dd920c25dfd6bd41ad931c1d Mon Sep 17 00:00:00 2001
From: jxdnsong <592566207@qq.com>
Date: Fri, 29 Jan 2021 16:48:05 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/jfpt-Vue into 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..8d0a218 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:46:46
+ */
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