perf: 支持改密日志记录保留天数

This commit is contained in:
wangruidong
2024-02-05 16:39:11 +08:00
committed by Bryan
parent 3ff6c6fe2f
commit 454947f08b

View File

@@ -24,7 +24,7 @@ export default {
this.$t('common.Logging'),
[
'LOGIN_LOG_KEEP_DAYS', 'TASK_LOG_KEEP_DAYS',
'OPERATE_LOG_KEEP_DAYS', 'FTP_LOG_KEEP_DAYS',
'OPERATE_LOG_KEEP_DAYS', 'PASSWORD_CHANGE_LOG_KEEP_DAYS', 'FTP_LOG_KEEP_DAYS',
'TERMINAL_SESSION_KEEP_DURATION', 'ACTIVITY_LOG_KEEP_DAYS'
]
],
@@ -48,8 +48,7 @@ export default {
}
}
},
methods: {
}
methods: {}
}
</script>