|
|
|
@ -194,7 +194,7 @@
|
|
|
|
|
import { airPortStore } from '@/store/modules/airport';
|
|
|
|
|
import { EventBus } from '@/utils/eventBus';
|
|
|
|
|
|
|
|
|
|
const uavStatus = ref();
|
|
|
|
|
const uavStatus = ref(0);
|
|
|
|
|
const airPortStoreVal = airPortStore();
|
|
|
|
|
const uav = airPortStoreVal.getUAV;
|
|
|
|
|
const isTakeOff = ref(false);
|
|
|
|
|