Authored by 于良

恢复登录界面 review by 盖剑秋

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