diff --git a/god-ui/src/views/machinery/video/index.vue b/god-ui/src/views/machinery/video/index.vue index 9e4bd2a7..bfd19e87 100644 --- a/god-ui/src/views/machinery/video/index.vue +++ b/god-ui/src/views/machinery/video/index.vue @@ -189,6 +189,16 @@ 取 消 + + + + @@ -268,12 +278,12 @@ export default { }, methods: { // 视频播放 - playVideo (row) { + playVideo(row) { this.isShow = true // 将接受的值赋值给src let url1 = row.videoUrl; // this.videoUrl=this.baseUrl+"/profile/upload/2023/10/24/水果_20231024154211A001.mp4"; - this.videoUrl=this.baseUrl+url1; + this.videoUrl = this.baseUrl + url1; }, /** * 关闭视频