| | |
| | | import img5 from '@/assets/images/home/footer/orthophoto.png' |
| | | import activeImg5 from '@/assets/images/home/footer/orthophoto1.png' |
| | | |
| | | import { useUavHome } from '@/views/Home/useUavHome/useUavHome' |
| | | import { useEventOperate } from '@/views/Home/useEventOperate/useEventOperate' |
| | | import { useMapAggregation } from '@/views/Home/useMapAggregation/useMapAggregation' |
| | | |
| | | // 机巢聚合 |
| | | const { init, removeAll } = useUavHome('device'); |
| | | const { init, removeAll } = useMapAggregation('device'); |
| | | // 事件聚合 |
| | | const { init: eventInit, removeAll: eventRemove } = useUavHome('event'); |
| | | const { init: eventInit, removeAll: eventRemove } = useMapAggregation('event'); |
| | | |
| | | const list = ref([ |
| | | { |