Ver Fonte

feat: 解决地图文件引入错误bug

zhouyuhao há 1 ano atrás
pai
commit
9a908a7519

+ 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