SFTP 操作日志.

This commit is contained in:
lijiahang
2024-03-05 18:07:26 +08:00
parent a75ead9a58
commit 554c62abf7
22 changed files with 650 additions and 108 deletions

View File

@@ -12,6 +12,11 @@ const HOST_AUDIT: AppRouteRecordRaw =
path: '/host-audit/connect-log',
component: () => import('@/views/host-audit/connect-log/index.vue'),
},
{
name: 'hostAuditSftpLog',
path: '/host-audit/sftp-log',
component: () => import('@/views/host-audit/sftp-log/index.vue'),
},
],
};