Explorar el Código

feat: 调整字体

zhangyuhan hace 1 año
padre
commit
2c50923ff0
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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 = {
 const config = {
   PATH_ROOT: rootDir,
   PATH_ROOT: rootDir,
   PATH_LOGS: path.join(rootDir, 'logs'),
   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',
   LISTEN_PORT: '8088',
   DOMAIN: ''
   DOMAIN: ''
 }
 }