lrf 3 tahun lalu
induk
melakukan
72a651a938
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      app/service/apply.js

+ 2 - 2
app/service/apply.js

@@ -44,8 +44,8 @@ class ApplyService extends CrudService {
    */
   async checkPath() {
     const thisDir = 'apply';
-    const { root_path, export_dir } = this.ctx.app.config.export;
-    const arr = [ root_path, export_dir, thisDir ];
+    const { root_path, project, export_dir } = this.ctx.app.config.export;
+    const arr = [ root_path, project, export_dir, thisDir ];
     let rPath = '';
     for (const i of arr) {
       rPath = `${rPath}${i}${sep}`;