This commit is contained in:
zhutianqi
2021-08-30 13:32:17 +08:00
parent 50528d1545
commit 5b179e16c4
2 changed files with 92 additions and 71 deletions
+4
View File
@@ -74,6 +74,10 @@ export default {
confirmButtonClass: 'common-button-primary',
roundButton: false
}).then(() => {
this.$http.post('/logout', {}, res => {
window.location.href = 'http://testsso1.foton.com.cn/oauth2.0/authorize?client_id=app_slrs&redirect_uri=http://127.0.0.1:9090&response_type=code'
})
return
this.$store.commit('setTypeFlag', 'loginOut')
this.$http.get('logout', {}, {
_this: this