This commit is contained in:
2026-03-05 21:01:34 +08:00
parent 27d1c53b49
commit c07a61c424
21 changed files with 3061 additions and 1465 deletions

View File

@@ -157,7 +157,7 @@ const handleConfirm = async () => {
// 提取视频URL
const videoUrls = videoGroupFiles.value
.map(file => file?.fileUrl || file?.previewUrl)
.map(file => file?.fileUrl || file?.imgUrl)
.filter(Boolean)
if (videoUrls.length === 0) {