update: The code structure is finished, and the project can run successfully

This commit is contained in:
QM303176530
2020-04-05 16:19:34 +08:00
parent 08ff55ffce
commit c755120c8d
16 changed files with 53 additions and 39 deletions

View File

@@ -119,7 +119,7 @@ export default {
fileMd5: this.fileMd5
}
const res = await breakpointContinueFinish(params)
if (res.success) {
if (res.code == 0) {
// 合成文件过后 删除缓存切片
const params = {
fileName: this.file.name,