From 55c60e84df6378b5e79bb5ebf1c3ce8dc281c69f Mon Sep 17 00:00:00 2001 From: longyvfengyun <496960745@qq.com> Date: 星期一, 20 十一月 2023 15:58:42 +0800 Subject: [PATCH] 内容提交 --- src/views/videoShow.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/views/videoShow.vue b/src/views/videoShow.vue index 40eb965..ade636f 100644 --- a/src/views/videoShow.vue +++ b/src/views/videoShow.vue @@ -6,6 +6,7 @@ import VideoItemIcon from "@/components/videoItemIcon.vue"; import videoContent from "@/assets/images/video-content.jpeg"; const num = ref([]); +const imgSrc = ref("http://192.168.1.109:8080/?action=stream"); const changeVideoState = (data)=>{ num.value.forEach(item=>{ @@ -68,7 +69,7 @@ <flex-box> <abs-pos-layout> <div class="img-container"> - <img :src="videoContent" alt="" /> + <img :src="imgSrc" alt="" /> </div> </abs-pos-layout> </flex-box> -- Gitblit v1.9.1