素材管理

This commit is contained in:
yanran200730
2023-03-03 14:20:43 +08:00
parent 1b95c37826
commit 0ac5a99433
2 changed files with 67 additions and 20 deletions

View File

@@ -359,6 +359,7 @@ export default {
item.url = res.data.url
item.url = res.data.url
item.fileSizeStr = res.data.fileSizeStr
item.fileSize = res.data.size
item.postfix = res.data.postfix
}
})