数据结构优化
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
// export const API_BASE = 'http://localhost:8081/api'
|
||||
export const API_BASE = '/api'
|
||||
|
||||
// 通用请求头配置
|
||||
@@ -145,6 +144,7 @@ export interface OperationLog {
|
||||
userId: number
|
||||
username: string
|
||||
ip: string
|
||||
region?: string
|
||||
path: string
|
||||
method: string
|
||||
params: string
|
||||
|
||||
Reference in New Issue
Block a user