From f5aca8b44e00a441830b5c73245cb2c249e4c024 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Mon, 01 Feb 2021 23:39:46 +0800
Subject: [PATCH] 客户列表

---
 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