Commit 747e09e0 authored by 13841799530's avatar 13841799530

密码错误弹出提示

解润东
2021102901
parent bef64032
......@@ -86,6 +86,12 @@ export default {
})
setToken(Response.data)
this.$router.push('/message-center')
}else if(Response.code==301){
this.$toast.clear()
this.$toast.fail({
message:Response.msg,
duration: 2000
})
}
})
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment