去掉 全国地图 名称

This commit is contained in:
张宁 2024-06-17 16:30:21 +08:00
parent 75dba3f201
commit 0f3e5d2182
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ onMounted(() => {
</div>
<div class="contetn_center">
<CenterTop class="contetn_center_top" />
<CenterMap class="contetn_center_map" title="全国地图" ref="mapRef" />
<CenterMap class="contetn_center_map" ref="mapRef" />
</div>
<div class="contetn_right" v-show="showRight">
<div class="change-btn" @click="changeRight"></div>