From 824e60d65da4e54de2af4f424c3931e970357399 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 14 Jul 2021 10:05:13 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/jfptweb-publicSecurity

---
 src/store/modules/common.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/store/modules/common.js b/src/store/modules/common.js
index b2ec420..dd037e6 100644
--- a/src/store/modules/common.js
+++ b/src/store/modules/common.js
@@ -1,6 +1,6 @@
 /*
- * @Descripttion: 
- * @version: 
+ * @Descripttion:
+ * @version:
  * @Author: song
  * @Date: 2021-01-26 08:56:33
  * @LastEditors: song
@@ -17,7 +17,7 @@
 
   state: {
     language: getStore({name: 'language'}) || 'zh',
-    isCollapse: true,
+    isCollapse: false,
     isFullScren: false,
     isMenu: true,
     isShade: false,

--
Gitblit v1.9.3