Commit 39244395 authored by zhangyanni's avatar zhangyanni

提交

parent 350f97e2
...@@ -97,8 +97,8 @@ ...@@ -97,8 +97,8 @@
//去认证还是去登录 //去认证还是去登录
handleTo(){ handleTo(){
if(this.isLogin) { if(this.isLogin) {
if(this.lang==1) this.$router.replace({path:"/mobileLoginCmpt"}); if(this.lang==1) this.$router.push({path:"/mobileLoginCmpt"});
else this.$router.replace({path:"/emailLoginCmpt"}); else this.$router.push({path:"/emailLoginCmpt"});
}else{ }else{
this.$router.push("/editAuth") this.$router.push("/editAuth")
} }
......
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