Toggle navigation
Toggle navigation
This project
Loading...
Sign in
mobile
/
yh_vendor
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
于良
2016-05-31 14:09:27 +0800
Commit
84aaefbf41f3dac108e367c6d1d778b0bc2823b3
1 parent
c70a27e1
恢复登录界面 review by 盖剑秋
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
js/reducers/guide/guideActions.js
js/reducers/guide/guideActions.js
View file @
84aaefb
...
...
@@ -35,7 +35,7 @@ export function getGuideDisplayState() {
if
(
user
.
getIn
([
'profile'
,
'sessionKey'
])
!==
''
)
{
Actions
.
Drawer
();
}
else
{
Actions
.
Drawer
();
Actions
.
Login
();
}
}
else
{
...
...
Please
register
or
login
to post a comment