master #5

Merged
bichangxiong merged 42 commits from master into prod 2025-09-06 20:34:21 +08:00
Showing only changes of commit ba6e865219 - Show all commits

View File

@@ -56,8 +56,9 @@ const gridOptions: VxeGridProps = {
try {
// 批量获取图片URL
const imgUrls = await ossInfo(imgPaths);
const urlMap = new Map(
imgUrls.map((item) => [item.fileName, item.url]),
imgUrls.map((item) => [item.ossId, item.url]),
);
// 将URL映射回数据行