From 83e2b9cffa9920bbefcc70baf42cd03543cc2d39 Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期一, 30 一月 2023 10:26:03 +0800 Subject: [PATCH] 点位显示 --- src/views/intelligentPatrol/trendAnalysis/index.vue | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/intelligentPatrol/trendAnalysis/index.vue b/src/views/intelligentPatrol/trendAnalysis/index.vue index d634a41..1e26fdc 100644 --- a/src/views/intelligentPatrol/trendAnalysis/index.vue +++ b/src/views/intelligentPatrol/trendAnalysis/index.vue @@ -72,7 +72,8 @@ import * as echarts from "echarts"; import basecase from "@/api/operate/basecase"; import { CATEGOTY } from "@/utils/helper"; -import MyMap from "@/components/map"; +// import MyMap from "@/components/map"; +import MyMap from "@/components/map/leafletMap.vue"; export default { components: { MyMap }, @@ -164,7 +165,7 @@ x: data.longitude, y: data.latitude, }; - this.zoom = 19; + this.zoom = 18; this.mark = { title: data.address }; basecase .getPointTrendAnalysisData({ -- Gitblit v1.8.0