区分显示和加载状态,添加医院显示逻辑
This commit is contained in:
@@ -2,7 +2,12 @@
|
||||
<div class="map_container" id="map-container"></div>
|
||||
|
||||
<!-- 行政区划 -->
|
||||
<AdministrativeDivision v-if="useStatusStore().appLoadingCompleted" />
|
||||
<AdministrativeDivision
|
||||
v-if="
|
||||
useStatusStore().appLoadingCompleted &&
|
||||
useStatusStore().mapLayers.showAdministrativeDivision.loading
|
||||
"
|
||||
/>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
|
||||
Reference in New Issue
Block a user