人生啊人生 vor 3 Monaten
Ursprung
Commit
c1d435222a

+ 2 - 1
user_web/src/view/student/main/Main.vue

@@ -87,7 +87,8 @@ const menuListEvent = (json, index) => {
             break;
 
         case "QV检测实训":
-            window.open('#/Qv', '_blank');
+            // window.open('#/Qv', '_blank');
+            window.open('#/train/list', '_blank');
             break;
 
     }

+ 1 - 0
user_web/src/view/student/trainChapter/trainChapter.vue

@@ -672,6 +672,7 @@ const carCameraScreenshotEvent = (img: any) => {// CCTV实训检测三维场景
     // blob 转换成 file对象
     const file = new File([objBlob], 'example.png', { type: 'text/plain' });
 
+    
     // 优先上传文件
     // @ts-ignore
     uploadFileOss(file, 'course/cover', null)