| | |
| | | const schemCard = ref([]) |
| | | const backToHome = ref(false) |
| | | const selectedScheme = ref(null) |
| | | // 当前模拟经纬度 |
| | | const currentInfo = ref({}) |
| | | // 图例 |
| | | const waterLegendData = ref([]) |
| | | // 模拟仿真图例 |
| | | const isShowEarth = ref(false) |
| | | // 降雨数据列表 |
| | |
| | | |
| | | const startZHJC = () => { |
| | | init() |
| | | flyToHomeView() |
| | | functionShow.value = true |
| | | deviceShow.value = true |
| | | isShowEarth.value = true |
| | |
| | | |
| | | const startMNFZ = () => { |
| | | init() |
| | | flyToHomeView() |
| | | leftShow.value = true |
| | | isShowEarth.value = false |
| | | |
| | |
| | | DangerPoint, |
| | | DeviceShowSwitch, |
| | | DangerShowSwitch, |
| | | waterLegendData, |
| | | currentInfo, |
| | | isShowEarth, |
| | | |
| | | // 方案相关方法 |