测试代码去除
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
66a1654bfe
commit
b1096a8aa9
|
@ -656,7 +656,7 @@ export default {
|
||||||
file.curPath = path
|
file.curPath = path
|
||||||
const fileData = await this.fileToBlob(file.file)
|
const fileData = await this.fileToBlob(file.file)
|
||||||
let res = await this.fileToOss(path, fileData, file)
|
let res = await this.fileToOss(path, fileData, file)
|
||||||
if (res && index <= 3) {
|
if (res) {
|
||||||
file.status = 2
|
file.status = 2
|
||||||
this.successFileList.push({
|
this.successFileList.push({
|
||||||
fileName: file.name,
|
fileName: file.name,
|
||||||
|
|
Loading…
Reference in New Issue