no message
Former-commit-id: 2761aa096a1f72022656cf73a84a1b1c7032d157 Former-commit-id: 639f3cf43f4b1f01235a93d3ac08fb5eea089d1d Former-commit-id: 8f5d699571eb1f2df3114505b7c91b7eea1a8383
This commit is contained in:
@@ -30,7 +30,7 @@ Mock.mock('/login', 'post', ({url, type, body}) => {
|
|||||||
} else {
|
} else {
|
||||||
return {
|
return {
|
||||||
code: 500,
|
code: 500,
|
||||||
msg: '没有找到匹配的用户'
|
msg: '用户名或密码错误'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user