no message

Former-commit-id: 2fa068b68b43c3ff5fc6ba0be409f146c54bada9
Former-commit-id: 47a21c24b3293a94749b6d3dc7f64273e3c8a4e6
Former-commit-id: 70292108e4607f934f649e0e0ec824a67b14edc8
This commit is contained in:
李杨
2018-01-27 09:45:46 +08:00
parent 5e830d81e7
commit 25afbbe45e
3 changed files with 18 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ Mock.mock('/login', 'post', ({url, type, body}) => {
}
} else {
return {
code: 500,
code: 401,
msg: '用户名或密码错误'
}
}