测试代码去除
continuous-integration/drone/push Build is passing Details

uat_us
DESKTOP-6C3NK6N\WXS 2024-09-12 15:11:31 +08:00
parent 66a1654bfe
commit b1096a8aa9
1 changed files with 1 additions and 1 deletions

View File

@ -656,7 +656,7 @@ export default {
file.curPath = path
const fileData = await this.fileToBlob(file.file)
let res = await this.fileToOss(path, fileData, file)
if (res && index <= 3) {
if (res) {
file.status = 2
this.successFileList.push({
fileName: file.name,