mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-25 14:25:23 +00:00
[fix]修复用户链接资产跳转问题
This commit is contained in:
@@ -102,7 +102,7 @@ export default {
|
||||
fa: 'fa-terminal',
|
||||
type: 'primary',
|
||||
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