From 5421440f64d8e8617194d18f35614f50be965be7 Mon Sep 17 00:00:00 2001 From: baizonghao <1719256278@qq.com> Date: 星期三, 08 三月 2023 09:32:28 +0800 Subject: [PATCH] 11 --- 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