重构组件结构,添加周边分析组件结构(但无具体实现)

This commit is contained in:
wzy-warehouse
2026-04-21 19:50:57 +08:00
parent 37c412468a
commit 947787f717
29 changed files with 247 additions and 111 deletions
@@ -26,8 +26,8 @@
<script setup lang="ts">
import MapComponent from '@/component/map/MapComponent.vue';
import type { DisasterType } from '@/types/common/DisasterType.ts';
import HiddenPointComponent from './HiddenPointComponent.vue';
import RiskPointComponent from './RiskPointComponent.vue';
import HiddenPointComponent from '@/component/rain-earthquake/basic/HiddenPointComponent.vue';
import RiskPointComponent from '@/component/rain-earthquake/basic/RiskPointComponent.vue';
import { useStatusStore } from '@/stores/useStatusStore';
// 获取父组件传递德数据