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