From 91a2e0d1cdc2b4ad816d5ee450f159ef6cd57486 Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期一, 03 四月 2023 21:51:27 +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