mirror of
				https://gitee.com/hhyykk/ipms-sjy-ui.git
				synced 2025-11-04 12:18:43 +08:00 
			
		
		
		
	【功能优化】全局:接入 V2 版本操作日志
This commit is contained in:
		@@ -14,6 +14,7 @@ export type OperateLogVO = {
 | 
			
		||||
  requestMethod: string
 | 
			
		||||
  requestUrl: string
 | 
			
		||||
  userIp: string
 | 
			
		||||
  userAgent: string
 | 
			
		||||
  creator: string
 | 
			
		||||
  creatorName: string
 | 
			
		||||
  createTime: Date
 | 
			
		||||
 
 | 
			
		||||
@@ -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',
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user