Browse Source

注释手动添加的数据

jiana 2 weeks ago
parent
commit
5d9ff09cec
1 changed files with 0 additions and 11 deletions
  1. 0 11
      src/views/trackManager/mapTrack.vue

+ 0 - 11
src/views/trackManager/mapTrack.vue

@@ -55,20 +55,9 @@ export default defineComponent({
       trajectory.value = []
       await tms.truckTrackQueryByWaybillNum({ waybillNum: props.waybillNum }).then(res => {
         if (res.code == 101) {
-          console.log(res.data)
           data.value = res.data
           if (data.value.result && data.value.result.trackArray) {
             parkArray.value = data.value.result.parkArray
-            parkArray.value = [
-              {
-                parkMins: '25',
-                parkBte: '1698679428000',
-                parkEte: '1698680928000',
-                parkLon: '69776406',
-                parkLat: '24056355',
-                parkAdr: '北京市昌平区朱辛庄西口正东方向 170 米北京博亚金源科贸有限责任公司,西北方向,68.0 米',
-              },
-            ]
             parkArray.value.forEach(item => {
               totalMin.value += Number(item.parkMins)
             })