From b9bc80def4e77e1bd2b224747a4dbf0b486e4c1d Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 02 Apr 2021 16:49:12 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/jfpt-Vue

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

diff --git a/src/store/modules/common.js b/src/store/modules/common.js
index ec24a59..5becb97 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-03-19 11:59:23
+ */
 import {
   setStore,
   getStore,
@@ -9,7 +17,7 @@
 
   state: {
     language: getStore({name: 'language'}) || 'zh',
-    isCollapse: false,
+    isCollapse: true,
     isFullScren: false,
     isMenu: true,
     isShade: false,
@@ -25,7 +33,7 @@
     showMenu: true,
     showColor: true,
     colorName: getStore({name: 'colorName'}) || '#409EFF',
-    themeName: getStore({name: 'themeName'}) || 'theme-default',
+    themeName: getStore({name: 'themeName'}) || 'theme-vip',
     lockPasswd: getStore({name: 'lockPasswd'}) || '',
     website: website,
   },

--
Gitblit v1.9.3