This commit is contained in:
2018-09-14 21:50:50 +08:00
parent 3efc47a45f
commit f94e5e17cc
5 changed files with 4 additions and 7 deletions

View File

@@ -126,9 +126,6 @@ function writeWordJs(data, src) {
}
text += '};\n';
console.error(text);
if (src.indexOf('admin') === -1) {
fs.writeFileSync(src + 'js/' + fileName, text);
} else {