Commit 9dd761ef authored by 饶来安's avatar 饶来安

pdf下载添加延时

parent ad6f1800
......@@ -1377,7 +1377,7 @@ document.addEventListener('DOMContentLoaded', function() {
console.error(e);
alert('PDF 处理失败: ' + e.message);
}
}, 0);
}, 3000);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment