From ad37a12a5d995369ee0568525160f5b9e624b7c0 Mon Sep 17 00:00:00 2001 From: odc.xiaohui <xiaohui@Q1> Date: 星期四, 30 三月 2023 11:02:34 +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