From 8f3062cd6729850839b02b4dc0a4a76c4322f1c4 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Fri, 23 Apr 2021 17:32:41 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/jfpt-Vue

---
 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 10dfea9..b2ec420 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-03-19 11:59:23
+ * @LastEditTime: 2021-04-23 13:45:26
  */
 import {
   setStore,
@@ -33,7 +33,7 @@
     showMenu: true,
     showColor: true,
     colorName: getStore({name: 'colorName'}) || '#409EFF',
-    themeName: getStore({name: 'themeName'}) || 'theme-vip',
+    themeName: getStore({name: 'themeName'}) || 'theme-white',
     lockPasswd: getStore({name: 'lockPasswd'}) || '',
     website: website,
     //判断是否是导航栏点击的路由,是则↓属性自加

--
Gitblit v1.9.3