file config

This commit is contained in:
gaoshuaixing
2020-12-30 10:42:15 +08:00
parent cea0a0a541
commit 16e073775f

View File

@@ -91,6 +91,12 @@ module.exports = appInfo => {
};
config.ejs = {};
config.multipart = {
mode: 'file',
fileExtensions: [ '.xlsx' ] // 增加你需要的文件扩展名
};
return {
...config,
...userConfig,