From a0b5604fcefa0c7900ecc50830b718f77bba8f39 Mon Sep 17 00:00:00 2001
From: heyujie <516346543@qq.com>
Date: 星期五, 15 七月 2022 14:43:40 +0800
Subject: [PATCH] add cluster pwd

---
 src/views/search/components/wasmPlayer/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/search/components/wasmPlayer/index.vue b/src/views/search/components/wasmPlayer/index.vue
index 367497d..f56739b 100644
--- a/src/views/search/components/wasmPlayer/index.vue
+++ b/src/views/search/components/wasmPlayer/index.vue
@@ -456,7 +456,7 @@
 
         url = this.videoUrl;
       } else {
-        url = "http://" + this.videoUrls[this.playerIndex];
+        url = "/httpImage/" + this.videoUrls[this.playerIndex];
       }
 
       this.videoLoading = true;

--
Gitblit v1.8.0