From 988c8af35cdc8e824b6a47a0f519652b6ad7ea65 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 30 Dec 2024 13:44:06 +0800
Subject: [PATCH] 高度异常处理
---
src/views/companyInfo/components/box/fireSource.vue | 15 ---------------
1 files changed, 0 insertions(+), 15 deletions(-)
diff --git a/src/views/companyInfo/components/box/fireSource.vue b/src/views/companyInfo/components/box/fireSource.vue
index 39a96df..e27c75d 100644
--- a/src/views/companyInfo/components/box/fireSource.vue
+++ b/src/views/companyInfo/components/box/fireSource.vue
@@ -147,21 +147,6 @@
rescueTeamList.value.forEach(item => {
data.companyInfo[item.name] && (item.content = data.companyInfo[item.name])
})
-
- let lng = companyInfoList.value.find(i => i.name == 'lng' && i.content != '')
- let lat = companyInfoList.value.find(i => i.name == 'lat' && i.content != '')
-
- if (lng && lat) {
- window.$viewer.zoomToPosition(new DC.Position(
- lng.content,
- lat.content,
- 400,
- 0,
- -90,
- 0
- ), () => {
- })
- }
}).catch(err => {
})
}
--
Gitblit v1.9.3