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
shixiang
2016-05-30 09:54:56 +0800
Commit
790380e643e268f9d1aca295eec086ff57fda2ae
1 parent
17411dea
添加服务器未返回数据时的处理
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
js/reducers/user/userActions.js
js/reducers/user/userActions.js
View file @
790380e
...
...
@@ -231,7 +231,7 @@ export function login(account, password) {
})
.
catch
((
error
)
=>
{
Alert
.
alert
(
error
.
message
,
error
.
message
?
error
.
message
:
'登录失败'
,
''
,
[{
text
:
'OK'
}]
);
...
...
Please
register
or
login
to post a comment