修复白名单页面日期显示问题
This commit is contained in:
@@ -5,8 +5,8 @@ import {callByUser} from '@/actions/base'
|
||||
type Whitelist = {
|
||||
id: number
|
||||
host: string
|
||||
createdAt: string
|
||||
updatedAt: string
|
||||
created_at: string
|
||||
updated_at: string
|
||||
remark: string
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user