no message

Former-commit-id: 2761aa096a1f72022656cf73a84a1b1c7032d157
Former-commit-id: 639f3cf43f4b1f01235a93d3ac08fb5eea089d1d
Former-commit-id: 8f5d699571eb1f2df3114505b7c91b7eea1a8383
This commit is contained in:
李杨
2018-01-23 18:09:25 +08:00
parent 992a09b8fc
commit 0f8177b8bd

View File

@@ -30,7 +30,7 @@ Mock.mock('/login', 'post', ({url, type, body}) => {
} else {
return {
code: 500,
msg: '没有找到匹配的用户'
msg: '用户名或密码错误'
}
}
})