mirror of
https://github.com/cool-team-official/cool-admin-midway.git
synced 2024-11-01 22:20:30 +08:00
本地静态文件改为流式传输
This commit is contained in:
parent
1d1e11bb3a
commit
9a66469241
@ -14,6 +14,10 @@ export default {
|
|||||||
'.html': 'ejs',
|
'.html': 'ejs',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
// 静态文件配置
|
||||||
|
staticFile: {
|
||||||
|
buffer: true,
|
||||||
|
},
|
||||||
// 文件上传
|
// 文件上传
|
||||||
upload: {
|
upload: {
|
||||||
fileSize: '200mb',
|
fileSize: '200mb',
|
||||||
|
Loading…
Reference in New Issue
Block a user