[Update] 修改core

This commit is contained in:
ibuler
2020-05-27 19:29:49 +08:00
parent 25a2cdca44
commit dbe17fbc04
13 changed files with 77 additions and 221 deletions

View File

@@ -62,7 +62,7 @@ export default {
window.location.href = `/`
break
case 'logout':
window.location.href = `/auth/logout/?next=${this.$route.fullPath}`
window.location.href = `/core/auth/logout/?next=${this.$route.fullPath}`
break
case 'apiKey':
this.$refs.api.showApi()