Skip to content

Commit

Permalink
Merge branch '3.0' of github.com:zuiidea/antd-admin into 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zuiidea committed Jan 10, 2017
2 parents e78a487 + 7a98a48 commit e2f0c9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export default {
}
},
handleSwitchSider (state) {
localStorage.setItem('antdAdminSiderFold', !state.darkTheme)
localStorage.setItem('antdAdminSiderFold', !state.siderFold)
return {
...state,
siderFold: !state.siderFold
Expand Down

0 comments on commit e2f0c9b

Please sign in to comment.