修改 终端运行评价

This commit is contained in:
GGJ
2025-05-21 10:12:46 +08:00
parent 2ef0f92743
commit 12f5d105fe
12 changed files with 364 additions and 135 deletions

View File

@@ -225,7 +225,7 @@ const inputQuery: any = ref('')
const QueryList: any = ref([])
const activeName: any = ref(0)
const zoomMap = ref(9.8)
const zoomMap = ref(8.9)
const colorKey = ref('')
const showCollapse: any = ref(true)
const showWrap: any = ref(false)
@@ -341,7 +341,7 @@ const polyline = ref<any>([])
const lineId = ref('')
const center = ref({
lng: 122.42588,
lat: 41.210977
lat: 40.810977
})
const infoWindowPoint = ref<anyObj>({
lng: 0,