mirror of
https://gitee.com/xiangheng/x_admin.git
synced 2025-10-11 11:00:24 +08:00
优化错误收集
This commit is contained in:
@@ -18,8 +18,7 @@ export type type_monitor_client = {
|
||||
City?: string
|
||||
Operator?: string
|
||||
Ip?: string
|
||||
Width?: number
|
||||
Height?: number
|
||||
|
||||
Ua?: string
|
||||
CreateTime?: string
|
||||
}
|
||||
@@ -35,8 +34,7 @@ export type type_monitor_client_query = {
|
||||
City?: string
|
||||
Operator?: string
|
||||
Ip?: string
|
||||
Width?: number
|
||||
Height?: number
|
||||
|
||||
Ua?: string
|
||||
CreateTimeStart?: string
|
||||
CreateTimeEnd?: string
|
||||
@@ -54,8 +52,7 @@ export type type_monitor_client_edit = {
|
||||
City?: string
|
||||
Operator?: string
|
||||
Ip?: string
|
||||
Width?: number
|
||||
Height?: number
|
||||
|
||||
Ua?: string
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user