超时时间修改,图片上传大小修改

master
wanglei 1 year ago
parent 970ee7c4ae
commit 51857cb6d4

@ -8,7 +8,7 @@ export function collectSaves(data) {
'Content-Type': 'multipart/form-data', 'Content-Type': 'multipart/form-data',
repeatSubmit: false repeatSubmit: false
}, },
timeout: 300000, timeout: 600000,
method: 'post', method: 'post',
data: data data: data
}) })

@ -360,7 +360,7 @@ export default {
muName: undefined, muName: undefined,
// //
upload: { upload: {
fileSize: 300, //MB fileSize: 500, //MB
loading: false, loading: false,
// //
open: false, open: false,

Loading…
Cancel
Save