Commit 39244395 authored by zhangyanni's avatar zhangyanni

提交

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