diff --git a/src/api/system/operatelog/index.ts b/src/api/system/operatelog/index.ts index 73453afc..cdb713ea 100644 --- a/src/api/system/operatelog/index.ts +++ b/src/api/system/operatelog/index.ts @@ -14,6 +14,7 @@ export type OperateLogVO = { requestMethod: string requestUrl: string userIp: string + userAgent: string creator: string creatorName: string createTime: Date diff --git a/src/utils/dict.ts b/src/utils/dict.ts index 100c1d1d..7fbcfebc 100644 --- a/src/utils/dict.ts +++ b/src/utils/dict.ts @@ -125,7 +125,6 @@ export enum DICT_TYPE { SYSTEM_SMS_TEMPLATE_TYPE = 'system_sms_template_type', SYSTEM_SMS_SEND_STATUS = 'system_sms_send_status', SYSTEM_SMS_RECEIVE_STATUS = 'system_sms_receive_status', - SYSTEM_ERROR_CODE_TYPE = 'system_error_code_type', SYSTEM_OAUTH2_GRANT_TYPE = 'system_oauth2_grant_type', SYSTEM_MAIL_SEND_STATUS = 'system_mail_send_status', SYSTEM_NOTIFY_TEMPLATE_TYPE = 'system_notify_template_type',