This commit is contained in:
duanliang
2025-04-17 20:18:38 +08:00
parent d7eeea3efe
commit 09dcabadda
23 changed files with 1302 additions and 269 deletions

View File

@@ -20,7 +20,7 @@
<div class="header-left">
<img src="@/assets/images/work-icon-xl-1.png" />
<div class="header-left__title">{{ item.name }}</div>
<div class="header-left__camera" @click="videoShow = true">道路监控</div>
<!-- <div class="header-left__camera" @click="videoShow = true">道路监控</div> -->
<!-- <div class="header-left__point" @click="videoShow = true">3号点位</div> -->
</div>
<div class="header-status">{{ item.congestLevelText }} </div>
@@ -203,7 +203,7 @@
let location = e.location.split(',')
console.log(location, 'location')
current.value = ''
map.value.centerAndZoom(new BMapGL.Point(location[0], location[1]), 15)
map.value.centerAndZoom(new BMapGL.Point(location[0], location[1]), 18)
}
const getRouterList = async () => {