wengan01 3 nedēļas atpakaļ
vecāks
revīzija
3eeaf62108
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/views/system/physical/videoContent/index.vue

+ 1 - 1
src/views/system/physical/videoContent/index.vue

@@ -492,7 +492,7 @@ const uploadVideoAsync = async (fileObj: File, isEditMode = false) => {
     uploading.value = false;
     const video = uploadRes.data || uploadRes;
 
-    // 关键修复:编辑模式下不覆盖原ID!2222
+    // 关键修复:编辑模式下不覆盖原ID!22222
     form.value.ossVideoUrl = video.ossVideoUrl || '';
     if (video.ossId) form.value.ossId = video.ossId;
     if (video.videoFileName || video.fileName) form.value.videoFileName = video.videoFileName || video.fileName;