mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-26 06:58:53 +00:00
[fix]修复用户链接资产跳转问题
This commit is contained in:
@@ -102,7 +102,7 @@ export default {
|
|||||||
fa: 'fa-terminal',
|
fa: 'fa-terminal',
|
||||||
type: 'primary',
|
type: 'primary',
|
||||||
callback: function({ row, col, cellValue, reload }) {
|
callback: function({ row, col, cellValue, reload }) {
|
||||||
window.open(`/luna/?type=remote_app&login_to=${cellValue}`, '_blank')
|
window.open(`/luna/?login_to=${cellValue}`, '_blank')
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user