mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-09-12 22:49:52 +08:00
Merge commit 'de08e49f19c10b9e43e59f07cb0699bf4f7dc93e'
This commit is contained in:
commit
3e6cf388a1
@ -5,7 +5,7 @@ const app = {
|
|||||||
sidebar: {
|
sidebar: {
|
||||||
opened: !+Cookies.get('sidebarStatus')
|
opened: !+Cookies.get('sidebarStatus')
|
||||||
},
|
},
|
||||||
language: Cookies.get('language') || 'zh'
|
language: Cookies.get('language') || 'en'
|
||||||
},
|
},
|
||||||
mutations: {
|
mutations: {
|
||||||
TOGGLE_SIDEBAR: state => {
|
TOGGLE_SIDEBAR: state => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user