This commit is contained in:
duanliang
2025-04-02 20:40:37 +08:00
parent 99f6129b59
commit 3029752b97
4 changed files with 51 additions and 3 deletions

View File

@@ -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