|
@@ -115,14 +115,12 @@ export default {
|
|
|
res.data.code === 306 &&
|
|
|
res.data.msg === '账号或者密码错误'
|
|
|
) {
|
|
|
- console.log(1234)
|
|
|
this.passwordError = true
|
|
|
this.ruleForm.password = ''
|
|
|
this.$message.error({
|
|
|
duration: 5000,
|
|
|
message: 'Please Check your password'
|
|
|
})
|
|
|
- console.log(12345)
|
|
|
} else if (
|
|
|
res.data.code === 302 &&
|
|
|
res.data.msg === 'Please Create your Account first'
|