拍卖行:修复后台load的bug
This commit is contained in:
@@ -195,7 +195,7 @@ export default class UploadController extends Controller {
|
||||
files.push(filename);
|
||||
}
|
||||
} else if (stream.mimeType == 'application/octet-stream') {
|
||||
let target1 = path.join(this.config.baseDir, this.tsFolder, filename);
|
||||
let target1 = path.join(this.config.baseDir, this.tsFolder, 'dicParam.js');
|
||||
let target2 = path.join(this.config.baseDir, this.distTsFolder, filename);
|
||||
const writeStream = fs.createWriteStream(target1);
|
||||
await pump(stream, writeStream);
|
||||
|
||||
Reference in New Issue
Block a user