fix: Export pdf failed

pull/15854/head
wangruidong 2025-08-15 17:36:02 +08:00 committed by 老广
parent c1e8a1b561
commit c029714ffd
1 changed files with 2 additions and 2 deletions

View File

@ -15,11 +15,11 @@ from pdf2image import convert_from_bytes
from playwright.sync_api import sync_playwright
charts_map = {
"UserLoginActivity": {
"UserReport": {
"title": "用户登录报告",
"path": "/ui/#/reports/users/user-activity"
},
"UserPasswordChange": {
"ChangePassword": {
"title": "用户改密报告",
"path": "/ui/#/reports/users/change-password"
},