From d498cdcf61fd8e2ec341cad3e7c21829ecef1672 Mon Sep 17 00:00:00 2001 From: sd <shidong@jhsoft.cc> Date: 星期二, 26 八月 2025 17:44:18 +0800 Subject: [PATCH] 摄像机配置、数据推送和文搜万物 bug和样式修复; 知识库卡片样式调整参照大模型平台知识库样式。 --- 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