From 0fceeccf12405cafeea9a2b8c2fff4989ff0bb44 Mon Sep 17 00:00:00 2001 From: sd <shidong@jhsoft.cc> Date: 星期三, 23 七月 2025 11:19:10 +0800 Subject: [PATCH] 摄像机配置-添加任务Icon图; 实时监控-左侧和下方列表数据对接,详情数据对接,图片和视频功能调整。 --- src/components/wasmPlayer/index.vue | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/src/components/wasmPlayer/index.vue b/src/components/wasmPlayer/index.vue index 62b6a53..b948067 100644 --- a/src/components/wasmPlayer/index.vue +++ b/src/components/wasmPlayer/index.vue @@ -374,6 +374,8 @@ return } + // console.info("isStream:"+this.isStream) + // console.info("rtspUrl:"+this.rtspUrl) let payload = "" let url = "" if (this.isStream) { @@ -393,10 +395,12 @@ if (this.videoUrl.indexOf("/files") >= 0) { url = this.videoUrl } else { - url = "/httpImage/" + this.videoUrls[this.playerIndex] + // url = "/httpImage/" + this.videoUrls[this.playerIndex] + url = "/api-img" + this.videoUrls[this.playerIndex] } } + // console.info("url:"+url) this.videoLoading = true if (this.player.hPlayer == 0) { this.player.play( -- Gitblit v1.8.0