@@ -116,7 +116,7 @@
onRegisterClick () {
this.$http.get('/register/page').then(response => {
if (response.data) {
- window.location.href = response.data.content
+ window.location.href = response.data.content + '&baseUrl=' + encodeURIComponent(window.location.protocol + '//' + window.location.host + '/newLogin/other')
}
})
},