[fix]修复用户链接资产跳转问题

This commit is contained in:
OrangeM21
2020-06-10 14:43:28 +08:00
parent 80b67c6862
commit 660e3a3b27

View File

@@ -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')
}
},
{