添加温馨提示页面

This commit is contained in:
xianyi
2025-11-27 18:15:01 +08:00
parent 5c691727eb
commit 914614cf2e
6 changed files with 233 additions and 5 deletions

View File

@@ -317,7 +317,7 @@ const UI8: React.FC = () => {
alert("打印失败,请重试");
} finally {
setIsPrinting(false);
navigate("/UI9");
navigate("/UI81");
}
}, [originPdfUrls, pdfFiles, printers.length, selectedPrinter]);