接引文件分片改为60
This commit is contained in:
parent
62f73281cc
commit
0492307fb9
|
@ -229,7 +229,7 @@ export default {
|
||||||
if (currentRow) {
|
if (currentRow) {
|
||||||
// 当前上传进度归0
|
// 当前上传进度归0
|
||||||
currentRow.percentage = 0
|
currentRow.percentage = 0
|
||||||
const _20M = 20 * 1024 * 1024 //设置超大文件判断关闭分片
|
const _20M = 60 * 1024 * 1024 //设置超大文件判断关闭分片
|
||||||
let that =this;
|
let that =this;
|
||||||
this.getMd5(file,file.size)
|
this.getMd5(file,file.size)
|
||||||
.then((res) => {
|
.then((res) => {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user