Commit 78872a16 authored by 王李辉's avatar 王李辉

Merge branch 'develop' of http://git.censoft.com.cn/BCDH-HSE/bcdh-app into develop

parents 93c215cb 7a15b5b0
......@@ -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