危险源点

This commit is contained in:
wzy-warehouse
2026-04-18 19:03:06 +08:00
parent f3fd716352
commit ad3ffe91b0
15 changed files with 319 additions and 8 deletions
@@ -6,11 +6,20 @@
useStatusStore().poiLayers.showHospital.loading
"
/>
<!-- 危险源 -->
<DangerousSourceComponent
v-if="
useStatusStore().appLoadingCompleted &&
useStatusStore().poiLayers.showDangerSource.loading
"
/>
</template>
<script lang="ts" setup>
import { useStatusStore } from '@/stores/useStatusStore';
import HospitalComponent from './HospitalComponent.vue';
import DangerousSourceComponent from './DangerousSourceComponent.vue';
</script>
<style scoped lang="less"></style>