mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-12 13:23:41 +00:00
[Update] 更新用户个人信息页面(3)
This commit is contained in:
@@ -88,7 +88,9 @@ export default {
|
||||
label: this.$t('common.Reset')
|
||||
},
|
||||
callbacks: {
|
||||
click: function() {}
|
||||
click: function() {
|
||||
window.open(`/users/profile/pubkey/generate/`, '_blank')
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@@ -47,7 +47,7 @@ module.exports = {
|
||||
['^' + process.env.VUE_APP_BASE_API]: ''
|
||||
}
|
||||
},
|
||||
'^/(auth|static|users/profile/otp/)': {
|
||||
'^/(auth|static|dsers/profile/op/|users/profile/pubkey/generate/)': {
|
||||
target: `http://localhost:8080`,
|
||||
changeOrigin: true
|
||||
}
|
||||
|
Reference in New Issue
Block a user