소스 검색

Merge branch 'dev_zyh' of United_Software/k_online_ui into dev

Jack Zhou 1 년 전
부모
커밋
956553abe3
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/views/Tracking/src/components/TrackingDetail/src/components/MapView.vue

+ 0 - 1
src/views/Tracking/src/components/TrackingDetail/src/components/MapView.vue

@@ -8,7 +8,6 @@ import OriginIcon from '../images/originIcon.png'
 import TransferIcon from '../images/transferIcon.png'
 import { onMounted, ref, watch } from 'vue'
 import * as turf from '@turf/turf'
-import { mapData } from './data'
 
 const props = defineProps<{
   serial_no?: string