@@ -221,7 +221,7 @@
onRegisterClick () {
this.$http.get('/register/page').then(response => {
if (response.data) {
- window.open(response.data.content)
+ window.location.href = response.data.content
}
})
},