-
-
视频播放页面
-
-
-
-
-
-
-
-
-
-
diff --git a/ruoyi-ui/src/views/record/recordInspectionCabinet/VideoPlayer.vue b/ruoyi-ui/src/views/record/recordInspectionCabinet/VideoPlayer.vue
index 18f34a7..70f0318 100644
--- a/ruoyi-ui/src/views/record/recordInspectionCabinet/VideoPlayer.vue
+++ b/ruoyi-ui/src/views/record/recordInspectionCabinet/VideoPlayer.vue
@@ -1,3 +1,4 @@
+
diff --git a/ruoyi-ui/src/views/record/recordInspectionCabinet/index.vue b/ruoyi-ui/src/views/record/recordInspectionCabinet/index.vue
index 21b4cdb..4af3356 100644
--- a/ruoyi-ui/src/views/record/recordInspectionCabinet/index.vue
+++ b/ruoyi-ui/src/views/record/recordInspectionCabinet/index.vue
@@ -463,16 +463,16 @@ export default {
}, `recordInspectionCabinet_${new Date().getTime()}.xlsx`)
},
- openVideoPage(filePath) {
+/* openVideoPage(filePath) {
if(filePath){
const url = `/video-player`;
- /* this.$router.push({path:url,query: {filePath}});*/
+ /!* this.$router.push({path:url,query: {filePath}});*!/
const fullPath = `${url}?filePath=${encodeURIComponent(filePath)}`;
window.open(fullPath, '_blank');
}else {
this.$modal.msgError("暂无文件路径");
}
- },
+ },*/
}
};