[fix]修复SSHkey下载失败问题

This commit is contained in:
OrangeM21
2020-06-04 12:14:50 +08:00
parent 59480a2136
commit 4f1e37022a

View File

@@ -55,7 +55,7 @@ export default {
{
title: this.$t('users.ResetAndDownloadSSHKey'),
callback: function() {
window.open(`/core/users/profile/pubkey/generate/`, '_blank')
window.open(`/core/auth/profile/pubkey/generate/`, '_blank')
}
}
]