From fe936486ee0023e4be8d17625471aad6e8e284ff Mon Sep 17 00:00:00 2001
From: longyvfengyun <496960745@qq.com>
Date: 星期四, 24 八月 2023 10:52:35 +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 b2acb6a..1eb5d5f 100644
--- a/src/views/home/index.vue
+++ b/src/views/home/index.vue
@@ -70,6 +70,7 @@
 			:c-width="cWidth" :c-height="cHeight"
 			:d-width="dWidth" :d-height="dHeight"
 			:x="item.pos.x" :y="item.pos.y"
+			:no-info="item.noInfo"
 			:info="item.info" @click="handleClick"></map-pin>
 		<el-dialog
 			v-model="homeItemDialog"

--
Gitblit v1.9.1