@@ -170,6 +170,7 @@ export default {
},
clearFiles() {
clearDir(this.stageDir);
+ clearDir(this.GLOBAL.input);
async goBackHandle() {
if (this.scanStageList.length) {
@@ -223,6 +223,7 @@ export default {