Commit dcd3699e authored by 13007800421's avatar 13007800421

压缩图

parent 749995af
......@@ -128,7 +128,8 @@ const handleNext = () => {
mediacatalogId: null,
enclosureName: item.uploadResult.data.compressNameAndPath[0].name,
enclosureType: 3,
enclosureAddr: item.uploadResult.data.compressNameAndPath[0].path,
// enclosureAddr: item.uploadResult.data.compressNameAndPath[0].path,
enclosureAddr: item.uploadResult.data.rawPathList[0],
enclosureDesc: item.enclosureDesc,
createBy: userStore.userinfo.user.name,
fileSize: item.uploadResult.data.compressNameAndPath[0].size,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment