Authored by 于良

恢复登录界面 review by 盖剑秋

@@ -35,7 +35,7 @@ export function getGuideDisplayState() { @@ -35,7 +35,7 @@ export function getGuideDisplayState() {
35 if (user.getIn(['profile', 'sessionKey']) !== '') { 35 if (user.getIn(['profile', 'sessionKey']) !== '') {
36 Actions.Drawer(); 36 Actions.Drawer();
37 } else { 37 } else {
38 - Actions.Drawer(); 38 + Actions.Login();
39 } 39 }
40 40
41 } else { 41 } else {