4.2
This commit is contained in:
@@ -323,10 +323,10 @@
|
||||
import BigMap from './big-map'
|
||||
import traMap from './tra-map'
|
||||
import TrafficFlow from './traffic-flow'
|
||||
|
||||
import { useRouter } from 'vue-router'
|
||||
import { useMap } from '@/hooks/map'
|
||||
import { useScenicStore } from '@/stores/scenic'
|
||||
|
||||
const router = useRouter()
|
||||
const scenicStore = useScenicStore()
|
||||
const { initMap, addMarker, marker } = useMap()
|
||||
|
||||
@@ -339,7 +339,8 @@
|
||||
let latitude = ref('')
|
||||
let longitude = ref('')
|
||||
const hanldeLookMap = ()=>{
|
||||
traMapShow.value = true
|
||||
router.replace('/traffic')
|
||||
// traMapShow.value = true
|
||||
}
|
||||
const garageList = computed(() => {
|
||||
return scenicStore.stopCarData.headList
|
||||
|
||||
Reference in New Issue
Block a user