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