Commit fc128caa authored by zhengke's avatar zhengke

增加跳转

parent ef7f230e
...@@ -200,7 +200,7 @@ ...@@ -200,7 +200,7 @@
<img alt class="logo" /> <img alt class="logo" />
<div class="register_box"> <div class="register_box">
<span class="register">忘记密码?</span> <span class="register">忘记密码?</span>
<span class="register" style="border-left: 1px solid rgb(169, 169, 169);">注册账号</span> <span class="register" @click="goLogin()" style="border-left: 1px solid rgb(169, 169, 169);">注册账号</span>
</div> </div>
</div> </div>
</div> </div>
...@@ -261,6 +261,15 @@ ...@@ -261,6 +261,15 @@
} }
}); });
}, },
//跳转注册
goLogin() {
this.$router.push({
name: 'Register',
query: {
blank: "y"
}
});
},
}, },
mounted() { mounted() {
......
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