fix: 充值记录支持分页查询

This commit is contained in:
Gsh
2026-01-11 22:00:19 +08:00
parent d9f5f1f050
commit 6b6ddcf550
3 changed files with 406 additions and 94 deletions

View File

@@ -7,6 +7,7 @@ interface ImportMetaEnv {
readonly VITE_WEB_BASE_API: string;
readonly VITE_API_URL: string;
readonly VITE_FILE_UPLOAD_API: string;
readonly VITE_BUILD_COMPRESS: string;
readonly VITE_SSO_SEVER_URL: string;
readonly VITE_APP_VERSION: string;
}