zhangyuhan 5 сар өмнө
parent
commit
b3ace5b604
1 өөрчлөгдсөн 2 нэмэгдсэн , 1 устгасан
  1. 2 1
      bin/config.js

+ 2 - 1
bin/config.js

@@ -1,7 +1,8 @@
 const path = require('path')
 
 const rootDir = path.resolve(__dirname, '../web/')
-const appRootDir = path.resolve('/nas/shareFile/pdf-html')
+// const appRootDir = path.resolve('/nas/shareFile/pdf-html')
+const appRootDir = rootDir
 
 const config = {
   APP_ROOT: appRootDir,