wangjuncheng
2025-06-18 32947c42c53afdd9a6c49637c4ecc8e5fa4be24c
src/store/simulation.js
@@ -29,6 +29,8 @@
    const schemCard = ref([])
    const backToHome = ref(false)
    const selectedScheme = ref(null)
    // 当前模拟经纬度
    const currentInfo = ref({})
    // 图例
    const waterLegendData = ref([])
    // 模拟仿真图例
@@ -184,6 +186,7 @@
        DeviceShowSwitch,
        DangerShowSwitch,
        waterLegendData,
        currentInfo,
        isShowEarth,
        devices,