From 5447c3a4be407b4cea8e92839a1371b94d9d1657 Mon Sep 17 00:00:00 2001 From: sd <shidong@jhsoft.cc> Date: 星期二, 05 八月 2025 17:03:10 +0800 Subject: [PATCH] 模型训练-筛选搜索功能实现 --- 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