Commit 6b7935ba by 高浩杰

修改资讯页添加本文编辑

parent a5262054
......@@ -200,8 +200,9 @@ export default {
setTimeout(() => {
this.$router.push('/users/login');
}, 2500)
} else {
this.$router.push('/users/login');
}
this.$router.push('/users/login');
} else if(registerResponse !== undefined) {
this.errMessage = registerResponse.msg;
// 注册失败
......
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