|
@@ -169,13 +169,13 @@
|
|
if (res.status == 200) {
|
|
if (res.status == 200) {
|
|
if (res.data.code == '10020000') { //未注册
|
|
if (res.data.code == '10020000') { //未注册
|
|
this.$message({
|
|
this.$message({
|
|
- message: '该账号或手机号未注册!',
|
|
|
|
|
|
+ message: '用户名或手机号未注册!',
|
|
type: 'error',
|
|
type: 'error',
|
|
duration: 1000,
|
|
duration: 1000,
|
|
})
|
|
})
|
|
} else if (res.data.code == '10020001') { //密码错误
|
|
} else if (res.data.code == '10020001') { //密码错误
|
|
this.$message({
|
|
this.$message({
|
|
- message: res.data.msg,
|
|
|
|
|
|
+ message: '用户名或密码不正确',
|
|
type: 'error',
|
|
type: 'error',
|
|
duration: 1000,
|
|
duration: 1000,
|
|
})
|
|
})
|