This commit is contained in:
2026-03-21 19:23:08 +08:00
parent df1e8f25ed
commit 6120020a7c
2 changed files with 39 additions and 0 deletions

View File

@@ -3434,6 +3434,14 @@
break;
}
}
if (
!reportId &&
reportData &&
reportData.reportId &&
typeof reportData.reportId === "string"
) {
reportId = reportData.reportId;
}
if (!reportId) {
console.error(
"无法从当前 URL 解析报告编号,路径为",