数据结构优化

This commit is contained in:
李琦
2026-01-20 14:31:39 +08:00
parent 05b315013c
commit 946855bff2
16 changed files with 104045 additions and 157 deletions

View File

@@ -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