Remove VXE from web ele runtime

This commit is contained in:
2026-06-09 10:02:10 +08:00
parent fc39464baa
commit b0057ed5a8
8 changed files with 226 additions and 509 deletions
@@ -10,6 +10,7 @@ export interface LoginLog {
user_id?: string;
username: string;
status: number;
login_type?: string;
failure_reason?: number;
failure_message?: string;
login_ip: string;
@@ -33,6 +34,7 @@ export interface LoginLogListParams {
username?: string;
user_id?: string;
status?: number;
login_type?: string;
failure_reason?: number;
login_ip?: string;
device_type?: string;