1
wangjuncheng
2025-06-06 7217e02e098b94e421b5a85ec13e0cd2ed35fbeb
src/store/simulation.js
@@ -27,6 +27,8 @@
    const schemCard = ref([])
    const backToHome = ref(false)
    const selectedScheme = ref(null)
    // 图例
    const waterLegendData = ref([])
    // 模拟仿真图例
    const isShowEarth = ref(false)
    // 降雨数据列表
@@ -106,6 +108,7 @@
    const startZHJC = () => {
        init()
        flyToHomeView()
        functionShow.value = true
        deviceShow.value = true
        isShowEarth.value = true
@@ -114,6 +117,7 @@
    const startMNFZ = () => {
        init()
        flyToHomeView()
        leftShow.value = true
        isShowEarth.value = false
@@ -173,6 +177,7 @@
        DangerPoint,
        DeviceShowSwitch,
        DangerShowSwitch,
        waterLegendData,
        isShowEarth,
        // 方案相关方法