Browse Source

fix: 继续修复生成pdf问题

大侠咬超人 2 days ago
parent
commit
398cf739a7
1 changed files with 0 additions and 1 deletions
  1. 0 1
      app/Services/ExamPdfExportService.php

+ 0 - 1
app/Services/ExamPdfExportService.php

@@ -1073,7 +1073,6 @@ class ExamPdfExportService
             '--disable-background-mode',
             '--disable-extensions-http-throttling',
             '--disable-ipc-flooding-protection',
-            '--single-process',           // 单进程模式,避免 dbus 问题
             '--disable-features=Dbus',    // 禁用 dbus
             '--user-data-dir=' . $userDataDir,
             '--print-to-pdf=' . $tmpPdf,