mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-24 20:47:17 +00:00
fix: 修复工单-登录复核:点击返回路由不能返回列表页问题
This commit is contained in:
@@ -36,7 +36,7 @@ export default {
|
||||
return 'AssetsTicketDetail'
|
||||
} else if (row.type === 'apply_application') {
|
||||
return 'AppsTicketDetail'
|
||||
} else if (row.type === 'login_asset_confirm') {
|
||||
} else if (row.type === 'login_asset_confirm' || row.type === 'login_confirm') {
|
||||
return 'LoginAssetTicketDetail'
|
||||
} else if (row.type === 'command_confirm') {
|
||||
return 'CommandConfirmDetail'
|
||||
|
Reference in New Issue
Block a user