From e27ae59c521b18a2931c0e8e845bf961e3d67613 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Thu, 24 Jun 2021 18:14:01 +0800
Subject: [PATCH] 名称修改

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