1
wangjuncheng
2025-06-11 3577b539c1345b4b24e65103248f90966a00e406
1
已修改1个文件
3 ■■■■■ 文件已修改
src/store/simulation.js 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/store/simulation.js
@@ -27,6 +27,8 @@
    const schemCard = ref([])
    const backToHome = ref(false)
    const selectedScheme = ref(null)
    // 当前模拟经纬度
    const currentInfo = ref({})
    // 图例
    const waterLegendData = ref([])
    // 模拟仿真图例
@@ -178,6 +180,7 @@
        DeviceShowSwitch,
        DangerShowSwitch,
        waterLegendData,
        currentInfo,
        isShowEarth,
        // 方案相关方法