From 0355135113176bbbf0b0dd84b7894269179a704a Mon Sep 17 00:00:00 2001
From: longyvfengyun <496960745@qq.com>
Date: 星期二, 22 八月 2023 09:52:40 +0800
Subject: [PATCH] 视频内容提交

---
 src/views/home/index.vue |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/views/home/index.vue b/src/views/home/index.vue
index b2f5b74..b2acb6a 100644
--- a/src/views/home/index.vue
+++ b/src/views/home/index.vue
@@ -65,6 +65,7 @@
 			v-if="isShowMapPin"
 			v-for="(item, index) in homeInfo" :key="'key'+index"
 			:visible="item.pos.visible"
+			:placement="item.pos.placement"
 			:name="item.name"
 			:c-width="cWidth" :c-height="cHeight"
 			:d-width="dWidth" :d-height="dHeight"

--
Gitblit v1.9.1