Hwf 3 달 전
부모
커밋
3d285e05fe
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/views/emergencyCommandMap/LeftSection/Communication.vue

+ 0 - 1
src/views/emergencyCommandMap/LeftSection/Communication.vue

@@ -119,7 +119,6 @@ import Drone from './Drone.vue';
 import IndividualEquipment from './IndividualEquipment.vue';
 
 const proxy = getCurrentInstance()?.proxy;
-
 let activeIndex = ref(0);
 const options = ref([{ name: '全部', value: '全部' }]);
 const menu = ref([{ name: '视频会商' }, { name: '无人机' }, { name: '单兵设备' }]);