liyongli 20 小时之前
父节点
当前提交
f34fa5ba27
共有 1 个文件被更改,包括 4 次插入2 次删除
  1. 4 2
      saveOSSAGitte.js

+ 4 - 2
saveOSSAGitte.js

@@ -24,8 +24,10 @@ class saveOssGitte {
       bucket: "smcic-index",
     });
     this.execFun();
-    if (!NewFiles) this.delDir();
-    else this.delOneDir(NewFiles);
+    // if (!NewFiles) this.delDir();
+    // else this.delOneDir(NewFiles);
+
+    this.delDir()
   }
 
   /**