mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-29 21:28:52 +00:00
fix: 修复不断登录的问题
This commit is contained in:
@@ -65,7 +65,7 @@ export default {
|
||||
window.location.href = `/`
|
||||
break
|
||||
case 'logout':
|
||||
window.location.href = `/core/auth/logout/?next=${this.$route.fullPath}`
|
||||
window.location.href = `${process.env.VUE_APP_LOGOUT_PATH}?next=${this.$route.fullPath}`
|
||||
break
|
||||
case 'apiKey':
|
||||
this.$refs.api.showApi()
|
||||
|
||||
Reference in New Issue
Block a user