修复 pdf无法打印问题 修复pdf打印添加水印问题

This commit is contained in:
高雄
2026-04-24 16:42:19 +08:00
parent cd2abb4be1
commit 3abf864184
2 changed files with 12 additions and 18 deletions

View File

@@ -78,13 +78,6 @@
}
window.location.href = href;
}
// 水印初始化(保持原有逻辑)
window.onload = function () {
if (typeof initWaterMark === 'function') {
initWaterMark();
}
};
</script>
</body>
</html>