Browse Source

feat: 调整字体

zhangyuhan 1 year ago
parent
commit
2c50923ff0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      bin/config.js

+ 2 - 2
bin/config.js

@@ -6,8 +6,8 @@ const appRootDir = path.resolve('/nas/shareFile/pdf-html')
 const config = {
   PATH_ROOT: rootDir,
   PATH_LOGS: path.join(rootDir, 'logs'),
-  // PATH_FILES: path.join(rootDir, 'pdf-files'),
-  PATH_FILES: path.join(appRootDir, 'pdf-files'),
+  PATH_FILES: path.join(rootDir, 'pdf-files'),
+  // PATH_FILES: path.join(appRootDir, 'pdf-files'),
   LISTEN_PORT: '8088',
   DOMAIN: ''
 }