@@ -79,7 +79,7 @@
logout () {
this.$http.get('/logout/crossBefore').then(response => {
if (response.data) {
- window.location.href = response.data.logoutUrl + encodeURIComponent(window.location.protocol + '//' + window.location.host + response.data.baseUrl)
+ window.location.href = response.data.logoutUrl + '&baseUrl=' + encodeURIComponent(window.location.protocol + '//' + window.location.host + response.data.baseUrl)
}
})
},